WHEA_PCI_RECOVERY_SECTION structure (ntddk.h)

Describes the WHEA_PCI_RECOVERY_SECTION structure.

Syntax

typedef struct _WHEA_PCI_RECOVERY_SECTION {
  UINT8   SignalType;
  BOOLEAN RecoveryAttempted;
  UINT8   RecoveryStatus;
} WHEA_PCI_RECOVERY_SECTION, *PWHEA_PCI_RECOVERY_SECTION;

Members

SignalType

Defines the UINT8 member SignalType.

RecoveryAttempted

Defines the BOOLEAN member RecoveryAttempted.

RecoveryStatus

Defines the UINT8 member RecoveryStatus.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)