The MENUITEMTEMPLATEHEADER structure defines the header for a menu template. A complete menu template consists of a header and one or more menu item lists.
typedef struct { // mith WORD versionNumber; // version number; must be zero WORD offset; // offset first MENUITEMTEMPLATE structure } MENUITEMTEMPLATEHEADER;
One or more MENUITEMTEMPLATE structures are combined to form the menu item list.