Home
last modified time | relevance | path

Searched refs:SendMessageTimeoutW (Results 1 – 15 of 15) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DSendMessageTimeout.c26 ret = SendMessageTimeoutW(hWnd, Msg, 0, 0, SMTO_NORMAL, 0, NULL); in TestSendMessageTimeout()
30 ret = SendMessageTimeoutW(hWnd, Msg, 0, 0, SMTO_NORMAL, 0, &result); in TestSendMessageTimeout()
/reactos/modules/rostests/apitests/shell32/
H A Dclosewnd.cpp115 SendMessageTimeoutW(hWnd, WM_SYSCOMMAND, SC_CLOSE, 0, 0, 3000, &result); in CloseNewWindows()
/reactos/win32ss/user/user32/controls/
H A Dappswitch.c153 bAlive = SendMessageTimeoutW(window, WM_GETICON, ICON_BIG, 0, SMTO_ABORTIFHUNG | SMTO_BLOCK, in EnumerateCallback()
165 SendMessageTimeoutW(window, WM_GETICON, ICON_SMALL2, 0, in EnumerateCallback()
/reactos/base/shell/explorer/
H A Dstartmnucust.cpp218 SendMessageTimeoutW(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM)L"TraySettings", in CustomizeClassic_OnOK()
/reactos/dll/win32/imm32/
H A Dctf.c1224 SendMessageTimeoutW(hwndDefIME, WM_IME_SYSTEM, wParam, (LPARAM)pSetBand->hWnd, in Imm32DelaySetLangBandProc()
1250 SendMessageTimeoutW(hWnd, WM_USER + 0x105, 0, fSet, SMTO_BLOCK | SMTO_ABORTIFHUNG, in CtfImmSetLangBand()
/reactos/win32ss/user/winsrv/usersrv/
H A Dshutdown.c241 if (SendMessageTimeoutW(Context->Wnd, WM_CLIENTSHUTDOWN, in SendClientShutdown()
H A Dharderror.c997 ret = SendMessageTimeoutW(hWndTaskman, WM_COPYDATA, 0, (LPARAM)&CopyData, in UserpShowInformationBalloon()
/reactos/base/applications/taskmgr/
H A Dapplpage.c360 SendMessageTimeoutW(hWnd, WM_GETICON, (type), 0, SMTO_ABORTIFHUNG, 100, (PDWORD_PTR)&hIcon) in EnumWindowsProc()
/reactos/win32ss/user/user32/misc/
H A Dddeclient.c166SendMessageTimeoutW( HWND_BROADCAST, WM_DDE_INITIATE, (WPARAM)hwndClient, MAKELPARAM(aSrv, aTpc), in DdeConnect()
/reactos/win32ss/user/user32/
H A Duser32.spec589 582 stdcall SendMessageTimeoutW(long long long long long long ptr)
/reactos/dll/win32/shlwapi/
H A Dshlwapi.spec434 …dcall -noname SendMessageTimeoutWrapW(long long long long long long ptr) user32.SendMessageTimeoutW
H A Dordinal.c4074 return SendMessageTimeoutW(HWND_BROADCAST, uMsg, wParam, lParam, in SHSendMessageBroadcastW()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c2055 if (SendMessageTimeoutW(hwnd, WM_GETMINMAXINFO, 0, (LPARAM)&mmi, in QuerySizeFix()
H A Dmessage.c2676 SendMessageTimeoutW( in SendMessageTimeoutW() function
/reactos/sdk/include/psdk/
H A Dwinuser.h5262 LRESULT WINAPI SendMessageTimeoutW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM, _In_ UINT, _In_ …
5691 #define SendMessageTimeout SendMessageTimeoutW