Platform SDK: Web Telephony Engine

TTSMode.Interfaces Property

The Interfaces property retrieves a set of flags that identify the interfaces supported by the TTS engine.

Syntax

[ lFlags = ] TTSMode.Interfaces

Possible Values

lFlags
Integer specifying the flags, which can have a combination of these values:
TTSI_ILEXPRONOUNCE
ILexPronounce interface.
TTSI_ITTSATTRIBUTES
ITTSAttributes interface.
TTSI_ITTSCENTRAL
ITTSCentral interface.
TTSI_ITTSDIALOGS
ITTSDialogs interface.

This property is read-only.

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

TTSMode