WHEA_PCI_RECOVERY_STATUS enumeration (ntddk.h)
Describes the WHEA_PCI_RECOVERY_STATUS enumeration.
Syntax
typedef enum _WHEA_PCI_RECOVERY_STATUS {
WheaPciREcoveryStatusUnknown,
WheaPciRecoveryStatusNoError,
WheaPciRecoveryStatusLinkDisableTimeout,
WheaPciRecoveryStatusLinkEnableTimeout,
WheaPciRecoveryStatusRpBusyTimeout,
WheaPciRecoveryStatusComplexTree,
WheaPciRecoveryStatusBusNotFound,
WheaPciRecoveryStatusDeviceNotFound,
WheaPciRecoveryStatusDdaAerNotRecoverable,
WheaPciRecoveryStatusFailedRecovery
} WHEA_PCI_RECOVERY_STATUS, *PWHEA_PCI_RECOVERY_STATUS;
Constants
WheaPciREcoveryStatusUnknown Defines the WheaPciREcoveryStatusUnknown constant. |
WheaPciRecoveryStatusNoError Defines the WheaPciRecoveryStatusNoError constant. |
WheaPciRecoveryStatusLinkDisableTimeout Defines the WheaPciRecoveryStatusLinkDisableTimeout constant. |
WheaPciRecoveryStatusLinkEnableTimeout Defines the WheaPciRecoveryStatusLinkEnableTimeout constant. |
WheaPciRecoveryStatusRpBusyTimeout Defines the WheaPciRecoveryStatusRpBusyTimeout constant. |
WheaPciRecoveryStatusComplexTree Defines the WheaPciRecoveryStatusComplexTree constant. |
WheaPciRecoveryStatusBusNotFound Defines the WheaPciRecoveryStatusBusNotFound constant. |
WheaPciRecoveryStatusDeviceNotFound Defines the WheaPciRecoveryStatusDeviceNotFound constant. |
WheaPciRecoveryStatusDdaAerNotRecoverable Defines the WheaPciRecoveryStatusDdaAerNotRecoverable constant. |
WheaPciRecoveryStatusFailedRecovery Defines the WheaPciRecoveryStatusFailedRecovery constant. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |