ITTTSTerminalEvent interface (tapi3if.h)

The ITTTSTerminalEvent interface contains methods that retrieve the description of Text-to-Speech (TTS) terminal events that have occurred.

When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_TTSTERMINAL, the method's pEvent parameter is an IDispatch pointer for the ITTTSTerminalEvent interface.

Note  You must call the ITTAPI::put_EventFilter method and set an event filter mask that includes TE_TTSTERMINAL to enable reception of Text-to-Speech terminal events. If you do not call ITTAPI::put_EventFilter, your application will not receive any events. For more information, see the Events overview.
 

Inheritance

The ITTTSTerminalEvent interface inherits from the IDispatch interface. ITTTSTerminalEvent also has these types of members:

Methods

The ITTTSTerminalEvent interface has these methods.

 
ITTTSTerminalEvent::get_Call

The get_Call method returns an ITCallInfo interface pointer for the call involved in the terminal event.
ITTTSTerminalEvent::get_Error

The get_Error method gets an HRESULT cast of the error code involved in the terminal event.
ITTTSTerminalEvent::get_Terminal

The get_Terminal method gets an ITTerminal interface pointer for the terminal object involved in the event.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)