API_VERSION Structure

Debug Help Library

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

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

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

ImagehlpApiVersion
ImagehlpApiVersionEx


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.