Searched refs:HWND_MESSAGE (Results 1 – 13 of 13) sorted by relevance
/reactos/modules/rostests/apitests/win32nt/ntuser/ |
H A D | NtUserSetTimer.c | 240 HWND_MESSAGE, NULL, GetModuleHandleW(NULL), NULL); in START_TEST()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 560 0, 0, 0, 0, HWND_MESSAGE, NULL, NULL, NULL); in Wait()
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | guiterm.c | 164 GuiData->IsWindowVisible ? HWND_DESKTOP : HWND_MESSAGE, in GuiConsoleInputThread()
|
/reactos/modules/rostests/winetests/imm32/ |
H A D | imm32.c | 1250 240, 120, HWND_MESSAGE, NULL, GetModuleHandleW(NULL), NULL); in test_default_ime_with_message_only_window_cb() 1270 SetParent(hwnd1, HWND_MESSAGE); in test_default_ime_with_message_only_window_cb()
|
/reactos/win32ss/user/ntuser/ |
H A D | window.c | 2224 if (Cs->hwndParent == HWND_MESSAGE) in co_UserCreateWindowEx() 3229 else if(hwndParent == HWND_MESSAGE) in NtUserFindWindowEx() 3664 else if (hWndNewParent == HWND_MESSAGE) in NtUserSetParent()
|
/reactos/dll/win32/urlmon/ |
H A D | bindprot.c | 131 wszURLMonikerNotificationWindow, 0, 0, 0, 0, 0, HWND_MESSAGE, in get_notif_hwnd()
|
/reactos/modules/rostests/winetests/opengl32/ |
H A D | opengl.c | 1296 WS_OVERLAPPEDWINDOW, 0, 0, 100, 100, HWND_MESSAGE, 0, 0, 0); in test_message_window()
|
/reactos/dll/win32/ole32/ |
H A D | clipboard.c | 2152 0, 0, 0, 0, HWND_MESSAGE, NULL, hinst, 0); in create_clipbrd_window()
|
H A D | compobj.c | 1718 HWND_MESSAGE, 0, hProxyDll, NULL); in apartment_createwindowifneeded()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 3266 10, 10, 20, 20, HWND_MESSAGE, 0, GetModuleHandleA(0), NULL ); in test_dpi_mapping()
|
H A D | msg.c | 15892 { HWND_MESSAGE, FALSE }, in test_PostMessage() 16236 PeekMessageA( &msg, HWND_MESSAGE, 0, 0, PM_NOREMOVE ); in do_wait_idle_child()
|
H A D | win.c | 7126 100, 100, 200, 200, HWND_MESSAGE, 0, 0, NULL); in test_hwnd_message()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 1213 #define HWND_MESSAGE ((HWND)(-3)) /* w2k */ macro
|