FEATURE_DATA_DVD_CSS structure (ntddmmc.h)

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

Syntax

typedef struct _FEATURE_DATA_DVD_CSS {
  FEATURE_HEADER Header;
  UCHAR          Reserved1[3];
  UCHAR          CssVersion;
} FEATURE_DATA_DVD_CSS, *PFEATURE_DATA_DVD_CSS;

Members

Header

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

Reserved1[3]

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.

Requirements

Requirement Value
Header ntddmmc.h (include Ntddcdrm.h)

See also

FEATURE_HEADER

FEATURE_NUMBER