Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WHEA_PCI_RECOVERY_SIGNAL enumeration (ntddk.h)

Describes the WHEA_PCI_RECOVERY_SIGNAL enumeration.

Syntax

typedef enum _WHEA_PCI_RECOVERY_SIGNAL {
 WheaPciRecoverySignalUnknown,
 WheaPciRecoverySignalAer,
 WheaPciRecoverySignalDpc
} WHEA_PCI_RECOVERY_SIGNAL, *PWHEA_PCI_RECOVERY_SIGNAL;

Constants

 
WheaPciRecoverySignalUnknown
Defines the WheaPciRecoverySignalUnknown constant.
WheaPciRecoverySignalAer
Defines the WheaPciRecoverySignalAer constant.
WheaPciRecoverySignalDpc
Defines the WheaPciRecoverySignalDpc constant.

Requirements

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

Feedback

Was this page helpful?

Additional resources