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.
wIDChild
Value of wParam. Specifies the handle of the child window.
An application should return zero if it processes this message.