KS_DVDCOPY_DISCKEY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct _KS_DVDCOPY_DISCKEY {
  BYTE DiscKey[2048];
} KS_DVDCOPY_DISCKEY, *PKS_DVDCOPY_DISCKEY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_KS_DVDCOPY_DISCKEY structure

Description

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

Members

DiscKey

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.

See also

KSPROPERTY_DVDCOPY_DISC_KEY