Microsoft DirectX 8.0 |
Describes various DVD attributes as found on the disc. To parse this information, refer to the DVD-Video specification.
Syntax
typedef struct tagDVD_ATR { ULONG ulCAT; BYTE pbATRI[768]; } DVD_ATR;
Members
Remarks
This structure is used with the deprecated IDVDInfo interface. Newer applications should use the IDVDInfo2 interface.