MDINEXTMENU structure (winuser.h)

Contains information about the menu to be activated.

Syntax

typedef struct tagMDINEXTMENU {
  HMENU hmenuIn;
  HMENU hmenuNext;
  HWND  hwndNext;
} MDINEXTMENU, *PMDINEXTMENU, *LPMDINEXTMENU;

Members

hmenuIn

Type: HMENU

A handle to the current menu.

hmenuNext

Type: HMENU

A handle to the menu to be activated.

hwndNext

Type: HWND

A handle to the window to receive the menu notification messages.

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

Conceptual

Menus

Reference

WM_NEXTMENU