Searched refs:nIDComboBox (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | printdlg.c | 799 int nIDComboBox, in PRINTDLG_SetUpPaperComboBoxA() argument 833 if (nIDComboBox == cmb2) { in PRINTDLG_SetUpPaperComboBoxA() 838 nIDComboBox = cmb3; in PRINTDLG_SetUpPaperComboBoxA() 870 SendDlgItemMessageA(hDlg, nIDComboBox, CB_SETITEMDATA, pos, in PRINTDLG_SetUpPaperComboBoxA() 892 if(nIDComboBox == cmb2) in PRINTDLG_SetUpPaperComboBoxA() 900 SendDlgItemMessageA(hDlg, nIDComboBox, CB_SETCURSEL, Sel, 0); in PRINTDLG_SetUpPaperComboBoxA() 908 int nIDComboBox, in PRINTDLG_SetUpPaperComboBoxW() argument 943 if (nIDComboBox == cmb2) { in PRINTDLG_SetUpPaperComboBoxW() 948 nIDComboBox = cmb3; in PRINTDLG_SetUpPaperComboBoxW() 980 SendDlgItemMessageW(hDlg, nIDComboBox, CB_SETITEMDATA, pos, in PRINTDLG_SetUpPaperComboBoxW() [all …]
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 1978 int nIDComboBox, in DlgDirListComboBoxA() argument 1982 return DIALOG_DlgDirListA( hDlg, lpPathSpec, nIDComboBox, nIDStaticPath, uFiletype, TRUE ); in DlgDirListComboBoxA() 1994 int nIDComboBox, in DlgDirListComboBoxW() argument 1998 return DIALOG_DlgDirListW( hDlg, lpPathSpec, nIDComboBox, nIDStaticPath, uFiletype, TRUE ); in DlgDirListComboBoxW() 2027 int nIDComboBox) in DlgDirSelectComboBoxExA() argument 2029 return DIALOG_DlgDirSelect( hDlg, (LPWSTR)lpString, nCount, nIDComboBox, FALSE, TRUE ); in DlgDirSelectComboBoxExA() 2042 int nIDComboBox) in DlgDirSelectComboBoxExW() argument 2044 return DIALOG_DlgDirSelect( hDlg, (LPWSTR)lpString, nCount, nIDComboBox, TRUE, TRUE ); in DlgDirSelectComboBoxExW()
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 486 int DlgDirListComboBox(LPTSTR lpPathSpec, int nIDComboBox, int nIDStaticPath, UINT nFileType) in DlgDirListComboBox() argument 489 return ::DlgDirListComboBox(m_hWnd, lpPathSpec, nIDComboBox, nIDStaticPath, nFileType); in DlgDirListComboBox() 498 BOOL DlgDirSelectComboBox(LPTSTR lpString, int nCount, int nIDComboBox) in DlgDirSelectComboBox() argument 501 return ::DlgDirSelectComboBoxEx(m_hWnd, lpString, nCount, nIDComboBox); in DlgDirSelectComboBox()
|