Platform SDK: Web Telephony Engine

WTEApplication.FirstTimeoutInterval Property

The FirstTimeoutInterval property sets or retrieves the interval of time available for a caller to enter a choice after listening to the announcements of menus or controls.

Syntax

WTEApplication.FirstTimeoutInterval [ = iInterval ]

Possible Values

iInterval
Integer specifying the time interval, in seconds, available for a caller to enter a choice. The MAX_WTE_FirstTimeoutInterval value defines the maximum time interval. A value of -1 means no time-out.

This property is read-write.

Remarks

When the time-out interval expires, WTE reacts as described in the section, Handling Time-outs and Non-valid Keys. This value is used in all cases except the following:

  1. Between consecutive digits of multi-digit access keys.
  2. Between consecutive digits that are treated as an input for a text control (INPUT TYPE=TEXT ) or a text area (TEXTAREA).

The InterTimeoutInterval property defines the time-out interval for the preceding two cases.

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

InterTimeoutInterval, WTEApplication