WM_EXITMENULOOP message
Notifies an application's main window procedure that a menu modal loop has been exited.
#define WM_EXITMENULOOP 0x0212
Parameters
- wParam
-
Specifies whether the menu is a shortcut menu. This parameter has a value of TRUE if it is a shortcut menu, FALSE if it is not.
- lParam
-
This parameter is not used.
Return value
An application should return zero if it processes this message.
Remarks
The DefWindowProc function returns zero.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- DefWindowProc
- WM_ENTERMENULOOP
- Conceptual
- Menus