DVD_REGION structure
Identifies the DVD region as reported by the local system components.
Syntax
typedef struct _DVD_REGION {
UCHAR CopySystem;
UCHAR RegionData;
UCHAR SystemRegion;
UCHAR ResetCount;
} DVD_REGION, *PDVD_REGION;
Members
CopySystem
Specifies whether the disk is copy protected.
RegionData
Contains information about the region from the decoder.
SystemRegion
Contains information about region from DVD drive.
ResetCount
Remarks
The AM_PROPERTY_DVDCOPY_REGION property uses this structure.
Requirements
| Header | dvdmedia.h |