MSVidWebDVDAdm.GetParentalCountry Method
Microsoft DirectShow 9.0 |
MSVidWebDVDAdm.GetParentalCountry Method
This topic applies to Windows XP Service Pack 1 or later.
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
Requirements
Reference: Add a reference to MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library.
Library: Quartz.dll.
See Also