// ntddmmc.h
typedef struct _FEATURE_DATA_DVD_CPRM {
FEATURE_HEADER Header;
UCHAR Reserved0[3];
UCHAR CPRMVersion;
} FEATURE_DATA_DVD_CPRM, *PFEATURE_DATA_DVD_CPRM;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_DVD_CPRM structure holds information about the DVD Content Protection for Recorded Media (CPRM) feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
Reserved0Reserved.
CPRMVersionContains the CPRM version number. Must be set to 1.
This structure holds data for the feature named "DVD CPRM" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can perform DVD Content Protection for Recordable Media (CPRM) authentication and key management.