WM MENUEND
Appearance
This message occurs when a menu control is about to terminate.
Syntax
param1 USHORT usmenuid; /* Menu-control identifier. */ param2 HWND hwnd; /* Menu-control window handle. */
Parameters
- usmenuid (USHORT) - input
- Menu-control identifier.
- hwnd (HWND) - input
- Menu-control window handle.
- ulReserved (ULONG) - input
- Reserved value, should be 0.
Returns
- ulReserved (ULONG) - returns
- Reserved value, should be 0.
Remarks
in Menu Controls
The menu control window procedure generates this message and sends it to its owner, informing the owner of this event.
Default Processing
The default window procedure takes no action on this message, other than to set ulReserved to 0.
Related Messages
- WM_MENUEND (in Menu Controls)