WHEA_PCIE_CORRECTABLE_ERROR_DEVICES - NtDoc

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

typedef struct _WHEA_PCIE_CORRECTABLE_ERROR_DEVICES {
  WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS ValidBits;
  WHEA_PCIE_ADDRESS                             Address;
  UINT32                                        Mask;
  UINT32                                        CorrectableErrorCount[WHEA_PCIE_CORRECTABLE_ERROR_SECTION_COUNT_SIZE];
} WHEA_PCIE_CORRECTABLE_ERROR_DEVICES, *PWHEA_PCIE_CORRECTABLE_ERROR_DEVICES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

ValidBits

Address

Mask

CorrectableErrorCount

Remarks

See also