WHEA_PCI_RECOVERY_SECTION - NtDoc

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

typedef struct _WHEA_PCI_RECOVERY_SECTION {
  UINT8   SignalType;
  BOOLEAN RecoveryAttempted;
  UINT8   RecoveryStatus;
} WHEA_PCI_RECOVERY_SECTION, *PWHEA_PCI_RECOVERY_SECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the WHEA_PCI_RECOVERY_SECTION structure.

Members

SignalType

Defines the UINT8 member SignalType.

RecoveryAttempted

Defines the BOOLEAN member RecoveryAttempted.

RecoveryStatus

Defines the UINT8 member RecoveryStatus.

Remarks

See also