itAddressTranslationInfo::get_CurrentCountryCode 方法 (tapi3if.h)
get_CurrentCountryCode 方法获取当前国家/地区代码。
语法
HRESULT get_CurrentCountryCode(
[out] long *CountryCode
);
参数
[out] CountryCode
指向国家/地区代码的指针。
返回值
此方法可以返回其中一个值。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
CountryCode 参数不是有效的指针。 |
|
内存不足,无法执行操作。 |
注解
对应于 TAPI 2 LINETRANSLATEOUTPUT 结构的 dwCurrentCountry 成员。
要求
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |