Home
last modified time | relevance | path

Searched refs:SendMessageTimeout (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtaskbar.cpp327 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 DAttachThreadInput.c73 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 DCMakeLists.txt48 SendMessageTimeout.c
H A DSendMessageTimeout.c227 START_TEST(SendMessageTimeout) in START_TEST() argument
/reactos/modules/rostests/tests/multithrdwin/
H A Dmultithrdwin.c207 …if(SendMessageTimeout(wnds[LOWORD(wParam) - 2].Window, WM_NULL, 0, 0, SMTO_ABORTIFHUNG, 1000, &Ret… in MultiWndProc()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c67SendMessageTimeout(pcontext->hWnd, WM_GETICON, ICON_SMALL2, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR… in UserGetWindowIcon()
70SendMessageTimeout(pcontext->hWnd, WM_GETICON, ICON_SMALL, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)… in UserGetWindowIcon()
73SendMessageTimeout(pcontext->hWnd, WM_GETICON, ICON_BIG, 0, SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR)&h… in UserGetWindowIcon()
/reactos/base/shell/explorer/
H A Dtaskswnd.cpp495SendMessageTimeout(hwnd, WM_GETICON, (type), 0, SMTO_NOTIMEOUTIFNOTHUNG, 100, (PDWORD_PTR)&hIcon) in GetWndIcon()
/reactos/sdk/include/psdk/
H A Dwinuser.rh729 /* SendMessageTimeout flags */
H A Dwinuser.h5691 #define SendMessageTimeout SendMessageTimeoutW macro
5857 #define SendMessageTimeout SendMessageTimeoutA macro
/reactos/dll/win32/msutb/
H A Dmsutb.cpp4767 ::SendMessageTimeout(hImeWnd, WM_IME_SYSTEM, 0x24 - bDeskBand, (LPARAM)hwndTray, in SetLangBand()
4770 ::SendMessageTimeout(hwndTray, 0x505, 0, bDeskBand, in SetLangBand()