MDINEXTMENU

The MDINEXTMENU structure contains information about the menu to be activated.

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

Members

hmenuIn
Returns the handle to the current menu.
hmenuNext
Specifies a handle to the menu to be activated.
hwndNext
Specifies a handle to the window to receive the menu notification messages.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in winuser.h.

See Also

Menus Overview, Menu Structures, WM_NEXTMENU