7.5.1 Menu Header

The menu header contains version information for the menu resource. The header consists of two 16-bit values (which must be zero for Windows version 3.0 and later). A MenuHeader structure has the following form:

struct MenuHeader {
    WORD wVersion;
    WORD wReserved;
};

Following are the members in the MenuHeader structure:

wVersion

Specifies the version number. (For Windows 3.0 and later, this value is zero.)

wReserved

Reserved; must be zero.