WHEA_REVISION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef union _WHEA_REVISION {
  struct {
    UCHAR MinorRevision;
    UCHAR MajorRevision;
  } DUMMYSTRUCTNAME;
  USHORT AsUSHORT;
} WHEA_REVISION, *PWHEA_REVISION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-_whea_revision)

_WHEA_REVISION structure

Description

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

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.

See also

WHEA_ERROR_RECORD_HEADER

WHEA_ERROR_RECORD_SECTION_DESCRIPTOR