MENUITEM
Appearance
Menu item.
Type
struct
C Declaration Method
typedef
Example Code
typedef struct _MENUITEM { SHORT iPosition; /* Position. */ USHORT afStyle; /* Style. */ USHORT afAttribute; /* Attribute. */ USHORT id; /* Identity. */ HWND hwndSubMenu; /* Submenu. */ ULONG hItem; /* Item. */ } MENUITEM; typedef MENUITEM * PMENUITEM ;