Home
last modified time | relevance | path

Searched refs:HWND_MESSAGE (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserSetTimer.c240 HWND_MESSAGE, NULL, GetModuleHandleW(NULL), NULL); in START_TEST()
/reactos/modules/rosapps/applications/devutils/shlextdbg/
H A Dshlextdbg.cpp560 0, 0, 0, 0, HWND_MESSAGE, NULL, NULL, NULL); in Wait()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dguiterm.c164 GuiData->IsWindowVisible ? HWND_DESKTOP : HWND_MESSAGE, in GuiConsoleInputThread()
/reactos/modules/rostests/winetests/imm32/
H A Dimm32.c1250 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 Dwindow.c2224 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 Dbindprot.c131 wszURLMonikerNotificationWindow, 0, 0, 0, 0, 0, HWND_MESSAGE, in get_notif_hwnd()
/reactos/modules/rostests/winetests/opengl32/
H A Dopengl.c1296 WS_OVERLAPPEDWINDOW, 0, 0, 100, 100, HWND_MESSAGE, 0, 0, 0); in test_message_window()
/reactos/dll/win32/ole32/
H A Dclipboard.c2152 0, 0, 0, 0, HWND_MESSAGE, NULL, hinst, 0); in create_clipbrd_window()
H A Dcompobj.c1718 HWND_MESSAGE, 0, hProxyDll, NULL); in apartment_createwindowifneeded()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c3266 10, 10, 20, 20, HWND_MESSAGE, 0, GetModuleHandleA(0), NULL ); in test_dpi_mapping()
H A Dmsg.c15892 { HWND_MESSAGE, FALSE }, in test_PostMessage()
16236 PeekMessageA( &msg, HWND_MESSAGE, 0, 0, PM_NOREMOVE ); in do_wait_idle_child()
H A Dwin.c7126 100, 100, 200, 200, HWND_MESSAGE, 0, 0, NULL); in test_hwnd_message()
/reactos/sdk/include/psdk/
H A Dwinuser.h1213 #define HWND_MESSAGE ((HWND)(-3)) /* w2k */ macro