MENUITEMTEMPLATEHEADER

3.0

typedef struct {    /* mith */
    UINT    versionNumber;
    UINT    offset;
} MENUITEMTEMPLATEHEADER;

A complete menu template consists of a header and one or more menu-item lists.

Members

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.

Comments

One or more MENUITEMTEMPLATE structures are combined to form the menu-item list.

See Also

MENUITEMTEMPLATE