DVD_BCA_DESCRIPTOR - NtDoc

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

typedef struct _DVD_BCA_DESCRIPTOR {
  UCHAR BCAInformation[0];
} DVD_BCA_DESCRIPTOR, *PDVD_BCA_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DVD_BCA_DESCRIPTOR structure

Description

The DVD_BCA_DESCRIPTOR structure is used in conjunction with the IOCTL_DVD_READ_STRUCTURE request to retrieve a DVD burst cutting area (BCA) descriptor.

Members

BCAInformation

Contains an array that holds vendor-defined information retrieved from the burst cutting area.

Remarks

The contents of the BCA region are specified by the media manufacturer.

See also

IOCTL_DVD_READ_STRUCTURE