API_VERSION

typedef struct API_VERSION {

USHORT MajorVersion;

USHORT MinorVersion;

USHORT Revision;

USHORT Reserved;

} API_VERSION, *LPAPI_VERSION;

Members

MajorVersion

The major version number.

MinorVersion

The minor version number.

Revision

The revision number.

Reserved

Reserved for use by the operating system.