IFrequencyMap::get_CountryCodeList Method
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
pulCount [out]
Pointer to a variable that receives the number of country/region codes.ppulList [out]
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
Header | Declared in Bdaiface.h. |
See Also
Error and Success Codes
IFrequencyMap Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008