Home
last modified time | relevance | path

Searched refs:WM_QUERYOPEN (Results 1 – 7 of 7) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Ddefwnd.c537 case WM_QUERYOPEN: in User32DefWindowProc()
/reactos/sdk/include/psdk/
H A Dwinuser.rh322 #define WM_QUERYOPEN 0x0013
H A Dwindowsx.h211 #define FORWARD_WM_QUERYOPEN(hwnd,fn) (BOOL)(DWORD)(fn)((hwnd),WM_QUERYOPEN,0,0)
H A Dwinuser.h1627 #define WM_QUERYOPEN 19 macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h5108 HANDLE_MSG(hwnd, WM_QUERYOPEN, MD_OnQueryOpen); in MD_msgdump()
5823 DEFINE_RESULT(WM_QUERYOPEN); in MD_msgresult()
/reactos/modules/rostests/winetests/user32/
H A Dmsg.c574 { WM_QUERYOPEN, sent|optional },
650 { WM_QUERYOPEN, sent|optional },
3590 { WM_QUERYOPEN, sent|wparam|lparam, 0, 0 },
15475 { WM_QUERYOPEN, sent },
17741 { WM_QUERYOPEN, sent|defwinproc },
17742 { WM_QUERYOPEN, sent|optional },
/reactos/win32ss/user/ntuser/
H A Dwinpos.c2453 if (!co_IntSendMessageNoWait(UserHMGetHandle(Wnd), WM_QUERYOPEN, 0, 0)) in co_WinPosMinMaximize()