// ntddcdvd.h
typedef struct _DVD_BCA_DESCRIPTOR {
UCHAR BCAInformation[0];
} DVD_BCA_DESCRIPTOR, *PDVD_BCA_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
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.
BCAInformationContains an array that holds vendor-defined information retrieved from the burst cutting area.
The contents of the BCA region are specified by the media manufacturer.