KS_DVDCOPY_BUSKEY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_ks_dvdcopy_buskey)

_KS_DVDCOPY_BUSKEY structure

Description

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

Members

BusKey

Specifies the DVD decoder minidriver's bus key.

Reserved

Reserved. Do not use.

Remarks

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.

See also

KSPROPERTY_DVDCOPY_DEC_KEY2

KSPROPERTY_DVDCOPY_DVD_KEY1