// ntddmmc.h
typedef struct _FEATURE_DATA_DVD_CSS {
FEATURE_HEADER Header;
UCHAR Reserved1[3];
UCHAR CssVersion;
} FEATURE_DATA_DVD_CSS, *PFEATURE_DATA_DVD_CSS;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_DVD_CSS structure holds information about the DVD Content Scrambling System (CSS) feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
Reserved1Reserved.
CssVersionMust be set to 1.
This structure holds data for the feature named "DVD-CSS" by the MMC-3 specification. Devices that support this feature can perform DVD Content Scrambling System (DVD-CSS) authentication and key management.