FEATURE_DATA_SMART structure (ntddmmc.h)

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

Syntax

typedef struct _FEATURE_DATA_SMART {
  FEATURE_HEADER Header;
  UCHAR          FaultFailureReportingPagePresent : 1;
  UCHAR          Reserved1 : 7;
  UCHAR          Reserved02[3];
} FEATURE_DATA_SMART, *PFEATURE_DATA_SMART;

Members

Header

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[3]

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

Requirements

Requirement Value
Header ntddmmc.h (include Ntddcdrm.h)

See also

FEATURE_HEADER

FEATURE_NUMBER