WM_MDIREFRESHMENU message
An application sends the WM_MDIREFRESHMENU message to a multiple-document interface (MDI) client window to refresh the window menu of the MDI frame window.
#define WM_MDIREFRESHMENU 0x0234
Parameters
-
wParam
-
This parameter is not used and must be zero.
-
lParam
-
This parameter is not used and must be zero.
Return value
Type: HMENU
If the message succeeds, the return value is the handle to the frame window menu.
If the message fails, the return value is NULL.
Remarks
After sending this message, an application must call the DrawMenuBar function to update the menu bar.
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