FEATURE_DATA_TIMEOUT structure (ntddmmc.h)
The FEATURE_DATA_TIMEOUT structure holds information about the Time-Out feature.
Syntax
typedef struct _FEATURE_DATA_TIMEOUT {
FEATURE_HEADER Header;
UCHAR Group3 : 1;
UCHAR Reserved1 : 7;
UCHAR Reserved2;
UCHAR UnitLength[2];
} FEATURE_DATA_TIMEOUT, *PFEATURE_DATA_TIMEOUT;
Members
Header
Contains a FEATURE_HEADER structure with header information for this feature descriptor.
Group3
Reserved1
Reserved2
UnitLength[2]
Remarks
This structure holds data for the feature named "Time-Out" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that have this feature must respond to commands within a set time period. When these devices cannot complete commands in the allotted time, they complete the commands with an error.
When queried, devices supporting this feature must return the information indicated in FEATURE_HEADER. No other feature-specific information is required.
Requirements
Requirement | Value |
---|---|
Header | ntddmmc.h (include Ntddcdrm.h) |