Prev Next
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.
See Also
WM_NEXTMENU