ITAutomatedPhoneControl::get_AutoEndOfNumberTimeout 方法 (tapi3if.h)
get_AutoEndOfNumberTimeout 方法检索 AutoEndOfNumberTimeout 属性的当前值。 属性指定在按下数字后等待的时间,然后假定已收集整个数字。
语法
HRESULT get_AutoEndOfNumberTimeout(
[out] long *plTimeout
);
参数
[out] plTimeout
等待的超时间隔,以毫秒为单位 (毫秒) 。 默认值为 3000 毫秒。
返回值
如果该方法成功,则它会返回 S_OK。 否则,它将返回错误值。
注解
如果值为 0,则关闭此超时,并将数字结束检测仅基于按 # 或 SEND 按钮的用户。
当 ITAutomatedPhoneControl::SelectCall 调用成功时,将停止 () ,且检测将一直暂停,直到未选择呼叫。
AutoEndOfNumberTimeout 属性仅控制按下至少一个键盘按钮后发生的情况。
要求
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |