Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
API_VERSION structure (dbghelp.h)
Contains the library version.
Syntax
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
This member is reserved for use by the operating system.
Requirements
| Requirement | Value |
|---|---|
| Header | dbghelp.h |
| Redistributable | DbgHelp.dll 5.1 or later |
See also
Feedback
Was this page helpful?
