Definition of Api version

Win32 API(Application Program Interface)
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.


Search Dictionary:
Search Web Search Dictionary