// ksmedia.h
typedef struct _KS_DVDCOPY_BUSKEY {
BYTE BusKey[5];
BYTE Reserved[1];
} KS_DVDCOPY_BUSKEY, *PKS_DVDCOPY_BUSKEY;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DVDCOPY_BUSKEY structure is used to describe the bus key information for the DVD copyright protection authentication process.
BusKeySpecifies the DVD decoder minidriver's bus key.
ReservedReserved. Do not use.
The KS_DVDCOPY_BUSKEY structure is used by both the KSPROPERTY_DVDCOPY_DVD_KEY1 and KSPROPERTY_DVDCOPY_DEC_KEY2 properties.
For more information, see DVD Copyright Protection.