Share via


IFrequencyMap::get_CountryCodeList method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_CountryCodeList method returns a list of all the country/region codes for which the Network Provider has a frequency table.

Syntax

HRESULT get_CountryCodeList(
  [out] ULONG *pulCount,
  [out] ULONG **ppulList
);

Parameters

[out] pulCount

Pointer to a variable that receives the number of country/region codes.

[out] ppulList

Pointer to a variable that receives the address of an array of size pulCount, allocated by the method. The array contains a list of the country/region codes. The caller must free the array by calling CoTaskMemFree.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

For a list of country/region codes, see Country/Region Assignments.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IFrequencyMap Interface