共用方式為


ITConnection::get_Ttl 方法

[ Rendezvous IP Telephony Conferencing Controls and interface not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. RTC 用戶端 API 提供類似的功能。]

get_Ttl方法會取得在位址上傳輸 (TTL) 範圍的存留時間

語法

HRESULT get_Ttl(
  [out] unsigned char *pTtl
);

參數

pTtl [out]

TTL 範圍。

傳回值

這個方法可以傳回下列其中一個值。

意義
S_OK
方法成功。
E_POINTER
pTtl參數不是有效的指標。
E_OUTOFMEMORY
記憶體不足,無法執行作業。
E_FAIL
未指定的錯誤。
E_NOTIMPL
尚未實作這個方法。

規格需求

需求
TAPI 版本
需要 TAPI 3.0 或更新版本
標頭
Sdpblb.h
程式庫
Uuid.lib
DLL
Sdpblb.dll

另請參閱

ITConnection