FEATURE_DATA_SECTOR_ERASABLE structure (ntddmmc.h)
The FEATURE_DATA_SECTOR_ERASABLE structure contains information for the Sector Erasable feature.
Syntax
typedef struct _FEATURE_DATA_SECTOR_ERASABLE {
FEATURE_HEADER Header;
} FEATURE_DATA_SECTOR_ERASABLE, *PFEATURE_DATA_SECTOR_ERASABLE;
Members
Header
Contains a FEATURE_HEADER structure with header information for this feature descriptor.
Remarks
This structure holds data for the feature named "Sector Erasable" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can erase media. These devices also require an erase pass before overwriting existing data.
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) |