ITAddress::get_CurrentForwardInfo 方法 (tapi3if.h)
get_CurrentForwardInfo方法會取得目前轉送信息物件的指標。
語法
HRESULT get_CurrentForwardInfo(
[out] ITForwardInformation **ppForwardInfo
);
參數
[out] ppForwardInfo
ITForwardInformation 介面的指標。
傳回值
這個方法可以傳回下列其中一個值。
值 | 意義 |
---|---|
|
方法成功。 |
|
未實作方法。 |
|
記憶體不足,無法執行作業。 |
|
ppForwardInfo 參數不是有效的指標。 |
備註
TAPI 會在 ITAddress::get_ForwardInfo 傳回的 ITForwardInformation 介面上呼叫 AddRef 方法。 應用程式必須在 ITForwardInformation 介面上呼叫 Release,以釋放與其相關聯的資源。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | tapi3if.h (包括 Tapi3.h) |
程式庫 | Uuid.lib |
Dll | Tapi3.dll |