ITAgentSessionEvent::get_Session 方法 (tapi3.h)
get_Session 方法获取指向发生事件的 ITAgentSession 的指针。
语法
HRESULT get_Session(
[out] ITAgentSession **ppSession
);
参数
[out] ppSession
指向 ITAgentSession 接口的 指针。
返回值
此方法可以返回其中一个值。
值 | 含义 |
---|---|
|
方法成功。 |
|
内存不足,无法执行操作。 |
|
ppSession 参数不是有效的指针。 |
注解
TAPI 在 ITAgentSessionEvent::get_Session 返回的 ITAgentSession 接口上调用 AddRef 方法。 应用程序必须在 ITAgentSession 接口上调用 Release,以释放与之关联的资源。
要求
目标平台 | Windows |
标头 | tapi3.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |