Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The put_CountryCode method specifies the tuner’s country/region code.
Syntax
HRESULT put_CountryCode(
long lcc
);
Parameters
lcc
[in] Specifies the international country/region code.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Do not confuse the international country/region code with the LCID. The country/region code establishes the mapping between channel numbers and frequencies.
See Also