WHEA_REVISION union (ntddk.h)

The WHEA_REVISION union describes the revision of the error record data structures.

Syntax

typedef union _WHEA_REVISION {
  struct {
    UCHAR MinorRevision;
    UCHAR MajorRevision;
  } DUMMYSTRUCTNAME;
  USHORT AsUSHORT;
} WHEA_REVISION, *PWHEA_REVISION;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.MinorRevision

The minor revision number.

DUMMYSTRUCTNAME.MajorRevision

The major revision number.

AsUSHORT

A USHORT representation of the contents of the WHEA_REVISION union.

Remarks

A WHEA_REVISION union is contained within the WHEA_ERROR_RECORD_HEADER and the WHEA_ERROR_RECORD_SECTION_DESCRIPTOR structures.

Requirements

Requirement Value
Minimum supported client Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows.
Header ntddk.h (include Ntddk.h)

See also

WHEA_ERROR_RECORD_HEADER

WHEA_ERROR_RECORD_SECTION_DESCRIPTOR