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) |
程式庫 | Uuid.lib |
Dll | Tapi3.dll |