itLocationInfo 接口 (tapi3if.h)

ITLocationInfo 接口用于获取与调用方的位置相关的信息。 这是使用电话小程序在控制面板下输入的位置信息。

ITLocationInfo 接口指针是使用 ITAddressTranslation::EnumerateLocationsITAddressTranslation::get_Locations获取的。 电话小程序中可以有多个位置条目。 如果是这样, EnumerateLocationsget_Locations 将返回全部。 但是,其中只有一个是当前位置,当调用 ITAddressTranslation::TranslateAddress 时,TAPI 使用该位置作为地址转换上下文。

ITLocationInfo 接口是 TAPI 2 的 COM 包装器。xLINELOCATIONENTRY 结构。

继承

ITLocationInfo 接口继承自 IDispatch 接口。 ITLocationInfo 还具有以下类型的成员:

方法

ITLocationInfo 接口包含以下方法。

 
ITLocationInfo::get_CancelCallWaitingCode

get_CancelCallWaitingCode 方法获取必须以可拨号字符串为前缀的拨号数字和修饰符字符,以取消呼叫等待。
ITLocationInfo::get_CityCode

get_CityCode 方法获取城市的代码。
ITLocationInfo::get_CountryCode

get_CountryCode 方法获取国家/地区代码。
ITLocationInfo::get_CountryID

get_CountryID 方法获取国家/地区的标识符。
ITLocationInfo::get_LocalAccessCode

get_LocalAccessCode 方法获取本地访问代码。
ITLocationInfo::get_LocationName

get_LocationName 方法获取位置名称。
ITLocationInfo::get_LongDistanceAccessCode

get_LongDistanceAccessCode 方法获取用于访问长距离的代码。
ITLocationInfo::get_Options

get_Options 方法获取当前位置是否支持脉冲或音调拨号的指示器。
ITLocationInfo::get_PermanentLocationID

get_PermanentLocationID 方法获取永久位置标识符。
ITLocationInfo::get_PreferredCardID

get_PreferredCardID 方法从当前位置获取用于拨号的首选呼叫卡标识符。
ITLocationInfo::get_TollPrefixList

get_TollPrefixList 方法获取收费前缀列表。

要求

要求
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)

另请参阅

IDispatch

ITAddressTranslation::EnumerateLocations

ITAddressTranslation::TranslateAddress

ITAddressTranslation::get_Locations

LINELOCATIONENTRY

lineGetTranslateCaps