// ntddmmc.h
typedef struct _FEATURE_DATA_SMART {
FEATURE_HEADER Header;
UCHAR FaultFailureReportingPagePresent : 1;
UCHAR Reserved1 : 7;
UCHAR Reserved02[3];
} FEATURE_DATA_SMART, *PFEATURE_DATA_SMART;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_SMART structure holds data for the S.M.A.R.T. feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
FaultFailureReportingPagePresentIndicates, when set to 1, that the device supports the Fault / Failure Reporting Mode. If set to zero, the device does not support this mode.
Reserved1Reserved.
Reserved02Reserved.
This structure holds data for the feature named "S.M.A.R.T." by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature support Self-Monitoring Analysis and Reporting Technology (SMART).