// ksmedia.h
typedef struct _KS_DVDCOPY_REGION {
UCHAR Reserved;
UCHAR RegionData;
UCHAR Reserved2[2];
} KS_DVDCOPY_REGION, *PKS_DVDCOPY_REGION;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DVDCOPY_REGION structure is used to describe the copy control region according to language restrictions.
ReservedReserved. Do not use.
RegionDataSpecifies the region code for the nationality or language, as described in the following table:
| Numeric Code | Description |
|---|---|
| 1 | North America |
| 2 | Japan, European Union, Middle East, Egypt, South Africa and Greenland |
| 3 | Southeast Asia (including Hong Kong SAR) |
| 4 | Central/South America, Australia, New Zealand and the Caribbean |
| 5 | Africa, Northwest Asia (including Korea) |
| 6 | China |
Reserved2Reserved. Do not use.
The KS_DVDCOPY_REGION structure is used by the KSPROPERTY_DVDCOPY_REGION property.
For more information, see DVD Copyright Protection and DVD Regionalization.