Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The GetParentalCountry method retrieves the parental country/region that was last saved to the registry.
Syntax
VidWebDVDAdm.GetParentalCountry As Long
Parameters
This method takes no parameters.
Return Values
This method returns a Long value indicating the default parental country/region in the registry.
Remarks
The parental country/region this method retrieves is not necessarily the same country/region currently stored in the MSVidWebDVD object.
Example
lDefaultCountry = oVidWebDVDAdm.GetParentalCountry
See Also