AM_DVDCOPY_TITLEKEY structure

Specifies the DVD title key from the current content.

Syntax

typedef struct AM_DVDCOPY_TITLEKEY {
  ULONG KeyFlags;
  ULONG Reserved1[2];
  UCHAR TitleKey[6];
  UCHAR Reserved2[2];
} AM_DVDCOPY_TITLEKEY, *PAM_DVDCOPY_TITLEKEY;

Members

KeyFlags

Key flags.

Reserved1

TitleKey

Title key.

Reserved2

Remarks

The AM_PROPERTY_DVDCOPY_TITLE_KEY property uses this structure.

A title key is used for the DVD CSS key exchange for decryption. Implementors should get a CSS license and further instructions from CSS.

Requirements

   
Header dvdmedia.h

See also

DVD Copy Protection Property Set