DVD_STRUCTURE_FORMAT - NtDoc

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

typedef enum DVD_STRUCTURE_FORMAT {
  DvdPhysicalDescriptor,
  DvdCopyrightDescriptor,
  DvdDiskKeyDescriptor,
  DvdBCADescriptor,
  DvdManufacturerDescriptor,
  DvdMaxDescriptor
}  *PDVD_STRUCTURE_FORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddcdvd-dvd_structure_format)

DVD_STRUCTURE_FORMAT enumeration

Description

The DVD_STRUCTURE_FORMAT enumeration type is used in conjunction with the IOCTL_DVD_READ_STRUCTURE request and the DVD_READ_STRUCTURE structure to retrieve a DVD descriptor.

Constants

DvdPhysicalDescriptor

Indicates that caller is requesting a DVD physical descriptor.

DvdCopyrightDescriptor

Indicates that caller is requesting a DVD copyright descriptor containing copyright information from the DVD lead-in area.

DvdDiskKeyDescriptor

Indicates that caller is requesting a DVD key descriptor containing the disc key obfuscated using the bus key.

DvdBCADescriptor

Indicates that caller is requesting a DVD burst cutting area (BCA) descriptor.

DvdManufacturerDescriptor

Indicates that caller is requesting a DVD manufacturer descriptor containing disc manufacturing information from the DVD lead-in area.

DvdMaxDescriptor

Indicates that caller is requesting a DVD max descriptor.

See also

DVD_READ_STRUCTURE

IOCTL_DVD_READ_STRUCTURE