// ntddmmc.h
typedef struct _FEATURE_DATA_RESTRICTED_OVERWRITE {
FEATURE_HEADER Header;
} FEATURE_DATA_RESTRICTED_OVERWRITE, *PFEATURE_DATA_RESTRICTED_OVERWRITE;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_RESTRICTED_OVERWRITE structure holds information about the Restricted Overwrite feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
This structure holds data for the feature named "Restricted Overwrite" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can only overwrite a limited set of logical blocks at any given time.
When queried, devices supporting this feature must return the information indicated in FEATURE_HEADER. No other feature-specific information is required.