WM_UNINITMENUPOPUP message

Sent when a drop-down menu or submenu has been destroyed.

#define WM_UNINITMENUPOPUP              0x0125

Parameters

wParam

A handle to the menu

lParam

The high-order word identifies the menu that was destroyed. Currently, this parameter can only be MF_SYSMENU (the window menu).

Remarks

If an application receives a WM_INITMENUPOPUP message, it will receive a WM_UNINITMENUPOPUP message.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

Reference

HIWORD

Conceptual

Menus