KS_DVDCOPY_DISCKEY structure (ksmedia.h)

The KS_DVDCOPY_DISCKEY structure is used to describe the disc key information for the DVD copyright protection authentication process.

Syntax

typedef struct _KS_DVDCOPY_DISCKEY {
  BYTE DiscKey[2048];
} KS_DVDCOPY_DISCKEY, *PKS_DVDCOPY_DISCKEY;

Members

DiscKey[2048]

Specifies the DVD's disc key.

Remarks

The KS_DVDCOPY_DISCKEY structure is used by the KSPROPERTY_DVDCOPY_DISC_KEY property.

For more information, see DVD Copyright Protection.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_DVDCOPY_DISC_KEY