WM_MDIRESTORE

3.0

WM_MDIRESTORE
wParam = (WPARAM) wIDChild;  /* handle of child window */

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.

Parameters

wIDChild

Value of wParam. Specifies the handle of the child window.

Return Value

An application should return zero if it processes this message.

See Also

WM_MDIMAXIMIZE