Menu item.
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 ;