Lines Matching refs:dwIDCtl

3738                                                                 DWORD dwIDCtl)  in IFileDialogCustomize_fnEnableOpenDropDown()  argument
3742 TRACE("%p (%d)\n", This, dwIDCtl); in IFileDialogCustomize_fnEnableOpenDropDown()
3744 if (This->hmenu_opendropdown || get_cctrl(This, dwIDCtl)) in IFileDialogCustomize_fnEnableOpenDropDown()
3759 This->cctrl_opendropdown.id = dwIDCtl; in IFileDialogCustomize_fnEnableOpenDropDown()
3770 DWORD dwIDCtl, in IFileDialogCustomize_fnAddMenu() argument
3777 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszLabel); in IFileDialogCustomize_fnAddMenu()
3779 hr = cctrl_create_new(This, dwIDCtl, NULL, TOOLBARCLASSNAMEW, in IFileDialogCustomize_fnAddMenu()
3802 DWORD dwIDCtl, in IFileDialogCustomize_fnAddPushButton() argument
3808 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszLabel); in IFileDialogCustomize_fnAddPushButton()
3810 hr = cctrl_create_new(This, dwIDCtl, pszLabel, WC_BUTTONW, BS_MULTILINE, 0, in IFileDialogCustomize_fnAddPushButton()
3819 DWORD dwIDCtl) in IFileDialogCustomize_fnAddComboBox() argument
3824 TRACE("%p (%d)\n", This, dwIDCtl); in IFileDialogCustomize_fnAddComboBox()
3826 hr = cctrl_create_new(This, dwIDCtl, NULL, WC_COMBOBOXW, CBS_DROPDOWNLIST, 0, in IFileDialogCustomize_fnAddComboBox()
3835 DWORD dwIDCtl) in IFileDialogCustomize_fnAddRadioButtonList() argument
3840 TRACE("%p (%d)\n", This, dwIDCtl); in IFileDialogCustomize_fnAddRadioButtonList()
3842 hr = cctrl_create_new(This, dwIDCtl, NULL, radiobuttonlistW, 0, 0, 0, &ctrl); in IFileDialogCustomize_fnAddRadioButtonList()
3853 DWORD dwIDCtl, in IFileDialogCustomize_fnAddCheckButton() argument
3860 TRACE("%p (%d, %p, %d)\n", This, dwIDCtl, pszLabel, bChecked); in IFileDialogCustomize_fnAddCheckButton()
3862 hr = cctrl_create_new(This, dwIDCtl, pszLabel, WC_BUTTONW, BS_AUTOCHECKBOX|BS_MULTILINE, 0, in IFileDialogCustomize_fnAddCheckButton()
3874 DWORD dwIDCtl, in IFileDialogCustomize_fnAddEditBox() argument
3880 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszText); in IFileDialogCustomize_fnAddEditBox()
3882 hr = cctrl_create_new(This, dwIDCtl, pszText, WC_EDITW, ES_AUTOHSCROLL, WS_EX_CLIENTEDGE, in IFileDialogCustomize_fnAddEditBox()
3891 DWORD dwIDCtl) in IFileDialogCustomize_fnAddSeparator() argument
3896 TRACE("%p (%d)\n", This, dwIDCtl); in IFileDialogCustomize_fnAddSeparator()
3898 hr = cctrl_create_new(This, dwIDCtl, NULL, WC_STATICW, SS_ETCHEDHORZ, 0, in IFileDialogCustomize_fnAddSeparator()
3907 DWORD dwIDCtl, in IFileDialogCustomize_fnAddText() argument
3913 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszText); in IFileDialogCustomize_fnAddText()
3915 hr = cctrl_create_new(This, dwIDCtl, pszText, WC_STATICW, 0, 0, in IFileDialogCustomize_fnAddText()
3924 DWORD dwIDCtl, in IFileDialogCustomize_fnSetControlLabel() argument
3928 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnSetControlLabel()
3929 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszLabel); in IFileDialogCustomize_fnSetControlLabel()
3952 DWORD dwIDCtl, in IFileDialogCustomize_fnGetControlState() argument
3956 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnGetControlState()
3957 TRACE("%p (%d, %p)\n", This, dwIDCtl, pdwState); in IFileDialogCustomize_fnGetControlState()
3966 DWORD dwIDCtl, in IFileDialogCustomize_fnSetControlState() argument
3970 customctrl *ctrl = get_cctrl(This,dwIDCtl); in IFileDialogCustomize_fnSetControlState()
3971 TRACE("%p (%d, %x)\n", This, dwIDCtl, dwState); in IFileDialogCustomize_fnSetControlState()
3998 DWORD dwIDCtl, in IFileDialogCustomize_fnGetEditBoxText() argument
4002 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnGetEditBoxText()
4004 TRACE("%p (%d, %p)\n", This, dwIDCtl, ppszText); in IFileDialogCustomize_fnGetEditBoxText()
4018 DWORD dwIDCtl, in IFileDialogCustomize_fnSetEditBoxText() argument
4022 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnSetEditBoxText()
4023 TRACE("%p (%d, %s)\n", This, dwIDCtl, debugstr_w(pszText)); in IFileDialogCustomize_fnSetEditBoxText()
4033 DWORD dwIDCtl, in IFileDialogCustomize_fnGetCheckButtonState() argument
4037 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnGetCheckButtonState()
4038 TRACE("%p (%d, %p)\n", This, dwIDCtl, pbChecked); in IFileDialogCustomize_fnGetCheckButtonState()
4047 DWORD dwIDCtl, in IFileDialogCustomize_fnSetCheckButtonState() argument
4051 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnSetCheckButtonState()
4052 TRACE("%p (%d, %d)\n", This, dwIDCtl, bChecked); in IFileDialogCustomize_fnSetCheckButtonState()
4076 DWORD dwIDCtl, in IFileDialogCustomize_fnAddControlItem() argument
4081 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnAddControlItem()
4083 TRACE("%p (%d, %d, %s)\n", This, dwIDCtl, dwIDItem, debugstr_w(pszLabel)); in IFileDialogCustomize_fnAddControlItem()
4156 DWORD dwIDCtl, in IFileDialogCustomize_fnRemoveControlItem() argument
4160 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnRemoveControlItem()
4161 TRACE("%p (%d, %d)\n", This, dwIDCtl, dwIDItem); in IFileDialogCustomize_fnRemoveControlItem()
4238 DWORD dwIDCtl) in IFileDialogCustomize_fnRemoveAllControlItems() argument
4241 TRACE("%p (%d)\n", This, dwIDCtl); in IFileDialogCustomize_fnRemoveAllControlItems()
4248 DWORD dwIDCtl, in IFileDialogCustomize_fnGetControlItemState() argument
4253 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnGetControlItemState()
4254 TRACE("%p (%d, %d, %p)\n", This, dwIDCtl, dwIDItem, pdwState); in IFileDialogCustomize_fnGetControlItemState()
4284 DWORD dwIDCtl, in IFileDialogCustomize_fnSetControlItemState() argument
4289 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnSetControlItemState()
4290 TRACE("%p (%d, %d, %x)\n", This, dwIDCtl, dwIDItem, dwState); in IFileDialogCustomize_fnSetControlItemState()
4408 DWORD dwIDCtl, in IFileDialogCustomize_fnGetSelectedControlItem() argument
4412 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnGetSelectedControlItem()
4413 TRACE("%p (%d, %p)\n", This, dwIDCtl, pdwIDItem); in IFileDialogCustomize_fnGetSelectedControlItem()
4472 DWORD dwIDCtl, in IFileDialogCustomize_fnSetSelectedControlItem() argument
4476 customctrl *ctrl = get_cctrl(This, dwIDCtl); in IFileDialogCustomize_fnSetSelectedControlItem()
4477 TRACE("%p (%d, %d)\n", This, dwIDCtl, dwIDItem); in IFileDialogCustomize_fnSetSelectedControlItem()
4517 DWORD dwIDCtl, in IFileDialogCustomize_fnStartVisualGroup() argument
4523 TRACE("%p (%d, %s)\n", This, dwIDCtl, debugstr_w(pszLabel)); in IFileDialogCustomize_fnStartVisualGroup()
4528 hr = cctrl_create_new(This, dwIDCtl, pszLabel, WC_STATICW, 0, 0, in IFileDialogCustomize_fnStartVisualGroup()
4550 DWORD dwIDCtl) in IFileDialogCustomize_fnMakeProminent() argument
4553 FIXME("stub - %p (%d)\n", This, dwIDCtl); in IFileDialogCustomize_fnMakeProminent()
4558 DWORD dwIDCtl, in IFileDialogCustomize_fnSetControlItemText() argument
4563 FIXME("stub - %p (%d, %d, %s)\n", This, dwIDCtl, dwIDItem, debugstr_w(pszLabel)); in IFileDialogCustomize_fnSetControlItemText()