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.
The FAILURE_PREDICTION_METHOD enum specifies which method to use for failure prediction.
Syntax
typedef enum {
FailurePredictionNone,
FailurePredictionIoctl,
FailurePredictionSmart,
FailurePredictionSense
} FAILURE_PREDICTION_METHOD, *PFAILURE_PREDICTION_METHOD;
Constants
FailurePredictionNoneSpecifies that no failure detection polling is needed. |
FailurePredictionIoctlSpecifies to do failure detection via IOCTL. |
FailurePredictionSmartSpecifies to do failure detection via SMART. |
FailurePredictionSenseSpecifies to do failure detection via sense data. |
Requirements
| Requirement | Value |
|---|---|
| Header | classpnp.h |