DVD_DISK_KEY_DESCRIPTOR - NtDoc

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

typedef struct _DVD_DISK_KEY_DESCRIPTOR {
  UCHAR DiskKeyData[2048];
} DVD_DISK_KEY_DESCRIPTOR, *PDVD_DISK_KEY_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdvd-_dvd_disk_key_descriptor)

_DVD_DISK_KEY_DESCRIPTOR structure

Description

The DVD_DISK_KEY_DESCRIPTOR structure is used in conjunction with the IOCTL_DVD_READ_STRUCTURE request to retrieve a DVD disc key descriptor.

Members

DiskKeyData

Pointer to a buffer containing the disc key data obfuscated by the bus key.

See also

IOCTL_DVD_READ_STRUCTURE