Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11, version 22H2 |
| Header | ntddk.h (include Ntddk.h) |