ITAgentSession::get_SessionStartTime 方法 (tapi3cc.h)
get_SessionStartTime 方法获取创建会话的时间。
语法
HRESULT get_SessionStartTime(
[out] DATE *pdateSessionStart
);
参数
[out] pdateSessionStart
指向会话开始时间的指针。
返回值
此方法可以返回其中一个值。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
内存不足,无法执行操作。 |
|
pdateSessionStart 参数不是有效的指针。 |
|
有关从此 TAPI 2.1 函数返回的错误代码,请参阅 lineGetAgentSessionInfo 。 |
|
操作失败,因为 TAPI 3 DLL 将其超时。超时间隔为两分钟。 |
注解
此方法包装 TAPI 2.1 lineGetAgentSessionInfo 函数。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | tapi3cc.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |