Home
last modified time | relevance | path

Searched refs:WM_MDIRESTORE (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rosapps/templates/mdi/
H A Dframewnd.c194 SendMessage(GetParent(hWnd), WM_MDIRESTORE, (WPARAM)hWnd, 0); in CloseEnumProc()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c729 SendMessageW(client, WM_MDIRESTORE, (WPARAM)ci->hwndChildMaximized, 0); in MDICascade()
787 SendMessageW(client, WM_MDIRESTORE, (WPARAM)ci->hwndChildMaximized, 0); in MDITile()
1242 case WM_MDIRESTORE: in MDIClientWndProc_common()
/reactos/sdk/include/psdk/
H A Dwinuser.rh558 #define WM_MDIRESTORE 0x0223
H A Dwindowsx.h178 #define FORWARD_WM_MDIRESTORE(hwnd,hwndRestore,fn) (void)(fn)((hwnd),WM_MDIRESTORE,(WPARAM)(hwndRes…
H A Dwinuser.h1818 #define WM_MDIRESTORE 547 macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h5273 HANDLE_MSG(hwnd, WM_MDIRESTORE, MD_MDIRestore); in MD_msgdump()
5980 DEFINE_RESULT(WM_MDIRESTORE); in MD_msgresult()