Platform SDK: Web Telephony Engine

WTEApplication.RecordStopOnAnyKey Property

The RecordStopOnAnyKey property sets or retrieves whether recording should stop when the caller presses any key.

Syntax

WTEApplication.RecordStopOnAnyKey [ = bRecordStopOnAnyKey ]

Possible Values

bRecordStopOnAnyKey
Boolean value that has one of the following settings:
Setting Meaning
TRUE Any key causes recording to stop.
FALSE Only the key specified by the InputTerminator property causes recording to stop.

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

WTEApplication