Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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) |