FEATURE_DATA_SMART - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddmmc-_feature_data_smart)

_FEATURE_DATA_SMART structure

Description

The FEATURE_DATA_SMART structure holds data for the S.M.A.R.T. feature.

Members

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

FaultFailureReportingPagePresent

Indicates, when set to 1, that the device supports the Fault / Failure Reporting Mode. If set to zero, the device does not support this mode.

Reserved1

Reserved.

Reserved02

Reserved.

Remarks

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).

See also

FEATURE_HEADER

FEATURE_NUMBER