Platform SDK: Web Telephony Engine

WTEApplication.InterTimeoutInterval Property

The InterTimeoutInterval property sets or retrieves the interval of time that WTE uses between consecutive digits of multidigit access keys, and between consecutive digits that are treated as an input for a text control (INPUT TYPE=TEXT ) or a text area (TEXTAREA). In all other cases, the time-out interval is defined by the FirstTimeoutInterval property.

Syntax

WTEApplication.InterTimeoutInterval [ = iInterval ]

Possible Values

iInterval
Integer specifying the time interval, in seconds. The MAX_WTE_InterTimeoutInterval value defines the maximum time interval. A value of -1 means no time-out.

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

FirstTimeoutInterval, WTEApplication