// ntddk.h
typedef enum _WHEA_PCI_RECOVERY_STATUS {
WheaPciREcoveryStatusUnknown,
WheaPciRecoveryStatusNoError,
WheaPciRecoveryStatusLinkDisableTimeout,
WheaPciRecoveryStatusLinkEnableTimeout,
WheaPciRecoveryStatusRpBusyTimeout,
WheaPciRecoveryStatusComplexTree,
WheaPciRecoveryStatusBusNotFound,
WheaPciRecoveryStatusDeviceNotFound,
WheaPciRecoveryStatusDdaAerNotRecoverable,
WheaPciRecoveryStatusFailedRecovery
} WHEA_PCI_RECOVERY_STATUS, *PWHEA_PCI_RECOVERY_STATUS;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the WHEA_PCI_RECOVERY_STATUS enumeration.
WheaPciREcoveryStatusUnknownDefines the WheaPciREcoveryStatusUnknown constant.
WheaPciRecoveryStatusNoErrorDefines the WheaPciRecoveryStatusNoError constant.
WheaPciRecoveryStatusLinkDisableTimeoutDefines the WheaPciRecoveryStatusLinkDisableTimeout constant.
WheaPciRecoveryStatusLinkEnableTimeoutDefines the WheaPciRecoveryStatusLinkEnableTimeout constant.
WheaPciRecoveryStatusRpBusyTimeoutDefines the WheaPciRecoveryStatusRpBusyTimeout constant.
WheaPciRecoveryStatusComplexTreeDefines the WheaPciRecoveryStatusComplexTree constant.
WheaPciRecoveryStatusBusNotFoundDefines the WheaPciRecoveryStatusBusNotFound constant.
WheaPciRecoveryStatusDeviceNotFoundDefines the WheaPciRecoveryStatusDeviceNotFound constant.
WheaPciRecoveryStatusDdaAerNotRecoverableDefines the WheaPciRecoveryStatusDdaAerNotRecoverable constant.
WheaPciRecoveryStatusFailedRecoveryDefines the WheaPciRecoveryStatusFailedRecovery constant.