WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS - NtDoc

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

typedef union _WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS {
  struct {
    ULONGLONG Segment : 1;
    ULONGLONG Bus : 1;
    ULONGLONG Device : 1;
    ULONGLONG Function : 1;
    ULONGLONG Mask : 1;
    ULONGLONG CorrectableErrorCount : 1;
    ULONGLONG Reserved : 58;
  } DUMMYSTRUCTNAME;
  ULONGLONG ValidBits;
} WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS, *PWHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Segment

DUMMYSTRUCTNAME.Bus

DUMMYSTRUCTNAME.Device

DUMMYSTRUCTNAME.Function

DUMMYSTRUCTNAME.Mask

DUMMYSTRUCTNAME.CorrectableErrorCount

DUMMYSTRUCTNAME.Reserved

ValidBits

Remarks

See also