IAnalogRadioTuningSpace2::put_CountryCode
Microsoft DirectShow 9.0 |
IAnalogRadioTuningSpace2::put_CountryCode
This topic applies to Windows XP Media Center Edition 2004 and later.
The put_CountryCode method sets the country/region code of the tuning space (based on TAPI country/region codes).
Syntax
HRESULT put_CountryCode( long NewCountryCodeVal );
Parameters
NewCountryCodeVal
[in] The country/region code.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved by using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also