/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | taskbar.cpp | 327 SendMessageTimeout(hwnd, WM_GETICON, ICON_SMALL2, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_small() 330 SendMessageTimeout(hwnd, WM_GETICON, ICON_SMALL, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_small() 333 SendMessageTimeout(hwnd, WM_GETICON, ICON_BIG, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_small() 342 SendMessageTimeout(hwnd, WM_QUERYDRAGICON, 0, 0, 0, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_small() 351 SendMessageTimeout(hwnd, WM_GETICON, ICON_BIG, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_big() 354 SendMessageTimeout(hwnd, WM_GETICON, ICON_SMALL2, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_big() 357 SendMessageTimeout(hwnd, WM_GETICON, ICON_SMALL, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_big() 368 SendMessageTimeout(hwnd, WM_QUERYDRAGICON, 0, 0, 0, 1000, (PDWORD_PTR)&hIcon); in get_window_icon_big()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | AttachThreadInput.c | 73 res = SendMessageTimeout(data[1].hWnd, WM_APP, 0,0, SMTO_NORMAL, 1000, NULL); in FlushMessages() 75 res = SendMessageTimeout(data[2].hWnd, WM_APP, 0,0, SMTO_NORMAL, 1000, NULL); in FlushMessages() 77 res = SendMessageTimeout(data[3].hWnd, WM_APP, 0,0, SMTO_NORMAL, 1000, NULL); in FlushMessages() 79 res = SendMessageTimeout(data[4].hWnd, WM_APP, 0,0, SMTO_NORMAL, 1000, NULL); in FlushMessages() 495 res = SendMessageTimeout(data[0].hWnd, WM_USER, 0,0, SMTO_NORMAL, 1000, NULL); in Test_UnaffectedMessages() 497 res = SendMessageTimeout(data[1].hWnd, WM_USER, 1,0, SMTO_NORMAL, 1000, NULL); in Test_UnaffectedMessages() 514 res = SendMessageTimeout(data[0].hWnd, WM_USER, 2,0, SMTO_NORMAL, 1000, NULL); in Test_UnaffectedMessages() 516 res = SendMessageTimeout(data[1].hWnd, WM_USER, 3,0, SMTO_NORMAL, 1000, NULL); in Test_UnaffectedMessages() 520 res = SendMessageTimeout(data[1].hWnd, WM_MOUSEMOVE, 0,0, SMTO_NORMAL, 1000, NULL); in Test_UnaffectedMessages()
|
H A D | CMakeLists.txt | 48 SendMessageTimeout.c
|
H A D | SendMessageTimeout.c | 227 START_TEST(SendMessageTimeout) in START_TEST() argument
|
/reactos/modules/rostests/tests/multithrdwin/ |
H A D | multithrdwin.c | 207 …if(SendMessageTimeout(wnds[LOWORD(wParam) - 2].Window, WM_NULL, 0, 0, SMTO_ABORTIFHUNG, 1000, &Ret… in MultiWndProc()
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 67 …SendMessageTimeout(pcontext->hWnd, WM_GETICON, ICON_SMALL2, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR… in UserGetWindowIcon() 70 …SendMessageTimeout(pcontext->hWnd, WM_GETICON, ICON_SMALL, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)… in UserGetWindowIcon() 73 …SendMessageTimeout(pcontext->hWnd, WM_GETICON, ICON_BIG, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&h… in UserGetWindowIcon()
|
/reactos/base/shell/explorer/ |
H A D | taskswnd.cpp | 495 … SendMessageTimeout(hwnd, WM_GETICON, (type), 0, SMTO_NOTIMEOUTIFNOTHUNG, 100, (PDWORD_PTR)&hIcon) in GetWndIcon()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 729 /* SendMessageTimeout flags */
|
H A D | winuser.h | 5691 #define SendMessageTimeout SendMessageTimeoutW macro 5857 #define SendMessageTimeout SendMessageTimeoutA macro
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 4767 ::SendMessageTimeout(hImeWnd, WM_IME_SYSTEM, 0x24 - bDeskBand, (LPARAM)hwndTray, in SetLangBand() 4770 ::SendMessageTimeout(hwndTray, 0x505, 0, bDeskBand, in SetLangBand()
|