DVD_BCA_DESCRIPTOR structure (ntddcdvd.h)

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.

Syntax

typedef struct _DVD_BCA_DESCRIPTOR {
  UCHAR BCAInformation[0];
} DVD_BCA_DESCRIPTOR, *PDVD_BCA_DESCRIPTOR;

Members

BCAInformation[0]

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.

Requirements

Requirement Value
Header ntddcdvd.h (include Ntddcdvd.h)

See also

IOCTL_DVD_READ_STRUCTURE