/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 949 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 954 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 969 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 982 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1010 res = SendMessageA(hList, LB_DIR, DDL_DIRECTORY, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1028 res = SendMessageA(hList, LB_DIR, DDL_DIRECTORY, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1039 res = SendMessageA(hList, LB_DIR, DDL_DIRECTORY, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1068 res = SendMessageA(hList, LB_DIR, DDL_DRIVES|DDL_EXCLUSIVE, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1115 res = SendMessageA(hList, LB_DIR, DDL_DRIVES, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1132 res = SendMessageA(hList, LB_DIR, DDL_DRIVES, (LPARAM)pathBuffer); in test_listbox_LB_DIR() [all …]
|
H A D | dialog.c | 1419 case LB_DIR: in test_aw_conversion_dlgprocA() 1469 case LB_DIR: in test_aw_conversion_dlgprocW() 1536 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc() 1579 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc() 1616 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc() 1644 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc2() 1686 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc2() 1722 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc2() 1747 case LB_DIR: in test_aw_conversion_wndproc() 1793 dlg_test_aw_message(hdlg, LB_DIR); in test_aw_conversion_dlgproc3() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 1090 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1095 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1110 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1123 res = SendMessageA(hList, LB_DIR, 0, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1152 res = SendMessageA(hList, LB_DIR, DDL_DIRECTORY, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1170 res = SendMessageA(hList, LB_DIR, DDL_DIRECTORY, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1180 res = SendMessageA(hList, LB_DIR, DDL_DIRECTORY, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1209 res = SendMessageA(hList, LB_DIR, DDL_DRIVES|DDL_EXCLUSIVE, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1254 res = SendMessageA(hList, LB_DIR, DDL_DRIVES, (LPARAM)pathBuffer); in test_listbox_LB_DIR() 1271 res = SendMessageA(hList, LB_DIR, DDL_DRIVES, (LPARAM)pathBuffer); in test_listbox_LB_DIR() [all …]
|
/reactos/win32ss/user/user32/windows/ |
H A D | message.c | 68 SET(LB_DIR) | SET(LB_FINDSTRING) | 574 case LB_DIR: in MsgiAnsiToUnicodeMessage() 731 case LB_DIR: in MsgiAnsiToUnicodeCleanup() 1001 case LB_DIR: in MsgiUnicodeToAnsiMessage() 1187 case LB_DIR: in MsgiUnicodeToAnsiCleanup() 2245 if (Msg == CB_DIR || Msg == LB_DIR) in PostMessageA() 2290 if (Msg == CB_DIR || Msg == LB_DIR) in PostMessageW()
|
H A D | dialog.c | 1484 SENDMSG( combo ? CB_DIR : LB_DIR, in DIALOG_DlgDirListW() 1488 SENDMSG( combo ? CB_DIR : LB_DIR, in DIALOG_DlgDirListW() 1494 SENDMSG( combo ? CB_DIR : LB_DIR, attrib, (LPARAM)spec ); in DIALOG_DlgDirListW()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 2178 return unicode ? SendMessageW(lphc->hWndLBox, LB_DIR, wParam, lParam) : in ComboWndProc_common() 2179 SendMessageA(lphc->hWndLBox, LB_DIR, wParam, lParam); in ComboWndProc_common()
|
H A D | listbox.c | 3000 case LB_DIR: in ListBoxWndProc_common() 3013 ret = LISTBOX_Directory( descr, wParam, textW, msg == LB_DIR ); in ListBoxWndProc_common()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg31.c | 206 SendMessageW(hdlg, LB_DIR, 0, (LPARAM)filter); in FD31_ScanDir()
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 2923 case LB_DIR: in LISTBOX_WindowProc() 2924 return LISTBOX_Directory( descr, wParam, (const WCHAR *)lParam, msg == LB_DIR ); in LISTBOX_WindowProc()
|
H A D | combo.c | 2026 return SendMessageW(lphc->hWndLBox, LB_DIR, wParam, lParam); in COMBO_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 474 #define ListBox_Dir(hwndCtl,attrs,lpszFileSpec) ((int)(DWORD)SNDMSG((hwndCtl),LB_DIR,(WPARAM)(UINT)…
|
H A D | winuser.h | 2036 #define LB_DIR 397 macro
|
/reactos/win32ss/user/ntuser/ |
H A D | message.c | 90 SET(LB_DIR) | SET(LB_FINDSTRING) |
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4783 HANDLE_MSG(hwnd, LB_DIR, MD_ListBox_OnDir); in MD_msgdump() 5498 DEFINE_RESULT(LB_DIR); in MD_msgresult()
|