DVD_STRUCTURE_FORMAT enumeration (ntddcdvd.h)
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.
Syntax
typedef enum DVD_STRUCTURE_FORMAT {
DvdPhysicalDescriptor,
DvdCopyrightDescriptor,
DvdDiskKeyDescriptor,
DvdBCADescriptor,
DvdManufacturerDescriptor,
DvdMaxDescriptor
} *PDVD_STRUCTURE_FORMAT;
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. |
Requirements
Requirement | Value |
---|---|
Header | ntddcdvd.h (include Ntddcdvd.h) |