FEATURE_DATA_DVD_CSS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddmmc-_feature_data_dvd_css)

_FEATURE_DATA_DVD_CSS structure

Description

The FEATURE_DATA_DVD_CSS structure holds information about the DVD Content Scrambling System (CSS) feature.

Members

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

Reserved1

Reserved.

CssVersion

Must be set to 1.

Remarks

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.

See also

FEATURE_HEADER

FEATURE_NUMBER