// ntddmmc.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_TIMEOUT structure holds information about the Time-Out feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
Group3Reserved1Reserved2UnitLengthThis 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.