WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS - NtDoc

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

typedef union _WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS {
  struct {
    UCHAR FRUId : 1;
    UCHAR FRUText : 1;
    UCHAR Reserved : 6;
  } DUMMYSTRUCTNAME;
  UCHAR  AsUCHAR;
} WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS, *PWHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS union describes which members of a WHEA_ERROR_RECORD_SECTION_DESCRIPTOR structure contain valid data.

Members

DUMMYSTRUCTNAME

Defines the DUMMYSTRUCTNAME structure.

DUMMYSTRUCTNAME.FRUId

A single bit that indicates that the FRUId member of the WHEA_ERROR_RECORD_SECTION_DESCRIPTOR structure contains valid data.

DUMMYSTRUCTNAME.FRUText

A single bit that indicates that the FRUText member of the WHEA_ERROR_RECORD_SECTION_DESCRIPTOR structure contains valid data.

DUMMYSTRUCTNAME.Reserved

Reserved for system use.

AsUCHAR

A UCHAR representation of the contents of the WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS union.

Remarks

A WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS union is contained within the WHEA_ERROR_RECORD_SECTION_DESCRIPTOR structure.

See also

WHEA_ERROR_RECORD_SECTION_DESCRIPTOR