Prev Next

WM_MDIRESTORE Overview  Group

An application sends the WM_MDIRESTORE message to a multiple document interface (MDI) client window to restore an MDI child window from maximized or minimized size.

WM_MDIRESTORE 

wParam = (WPARAM) (HWND) hwndRes; // handle of child to restore 

lParam = 0;                       // not used; must be zero 

 

Parameters

hwndRes
Value of wParam. Identifies the MDI child window to be restored.

Return Values

The return value is always zero.

See Also

WM_MDIMAXIMIZE