typedef struct { /* mith */
UINT versionNumber;
UINT offset;
} MENUITEMTEMPLATEHEADER;
A complete menu template consists of a header and one or more menu-item lists.
versionNumber
Specifies the version number. This member should be zero.
offset
Specifies the offset from the end of the header, in bytes, where the menu-item list begins.
One or more MENUITEMTEMPLATE structures are combined to form the menu-item list.