Platform SDK: Debugging and Error Handling

API_VERSION

The API_VERSION structure contains the library version.

typedef struct API_VERSION {
    USHORT MajorVersion;
    USHORT MinorVersion;
    USHORT Revision;
    USHORT Reserved;
} API_VERSION, *LPAPI_VERSION;

Members

MajorVersion
Specifies the major version number.
MinorVersion
Specifies the minor version number.
Revision
Specifies the revision number.
Reserved
Reserved for use by the operating system.

Requirements

  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Dbghelp.h.

See Also

Debug Help Library Overview, DbgHelp Structures, ImagehlpApiVersion, ImagehlpApiVersionEx