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