WM_MDIRESTORE message
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.
#define WM_MDIRESTORE 0x0223
Parameters
-
wParam
-
A handle to the MDI child window to be restored.
-
lParam
-
This parameter is not used.
Return value
Type: zero
The return value is always zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also
-
Reference
-
Conceptual