Share via


IAnalogRadioTuningSpace2::get_CountryCode

 
Microsoft DirectShow 9.0

IAnalogRadioTuningSpace2::get_CountryCode

This topic applies to Windows XP Media Center Edition 2004 and later.

The get_CountryCode method gets the country/region code of the tuning space (based on TAPI country/region codes).

Syntax

  HRESULT get_CountryCode(
  long*  CountryCodeVal
);

Parameters

CountryCodeVal

[out] Pointer to a variable that receives 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