// ksmedia.h
typedef struct _KS_DVDCOPY_CHLGKEY {
BYTE ChlgKey[10];
BYTE Reserved[2];
} KS_DVDCOPY_CHLGKEY, *PKS_DVDCOPY_CHLGKEY;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DVDCOPY_CHLGKEY structure is used to describe the challenge key information for the DVD copyright protection authentication process.
ChlgKeySpecifies the DVD decoder minidriver's challenge key.
ReservedReserved. Do not use.
The KS_DVDCOPY_CHLGKEY structure is used by the KSPROPERTY_DVDCOPY_CHLG_KEY property.
For more information, see DVD Copyright Protection.