itAgentEvent::get_Agent 方法 (tapi3.h)
get_Agent 方法會取得發生事件的代理程式介面。
語法
HRESULT get_Agent(
[out] ITAgent **ppAgent
);
參數
[out] ppAgent
ITAgent 介面的指標。
傳回值
這個方法可以傳回下列其中一個值。
值 | 意義 |
---|---|
|
方法成功。 |
|
ppAgent 參數不是有效的指標。 |
|
記憶體不足,無法執行作業。 |
備註
TAPI 會在 ITAgentEvent::get_Agent傳回的 ITAgent 介面上呼叫 AddRef 方法。 應用程式必須在 ITAgent 介面上呼叫 Release,以釋放與其相關聯的資源。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | tapi3.h (包括 Tapi3.h) |
程式庫 | Uuid.lib |
Dll | Tapi3.dll |