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 ITToneTerminalEvent interface contains methods that retrieve the description of tone terminal events that have occurred.
When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_TONETERMINAL, the method's pEvent parameter is an IDispatch pointer for the ITToneTerminalEvent interface.
Inheritance
The ITToneTerminalEvent interface inherits from the IDispatch interface. ITToneTerminalEvent also has these types of members:
Methods
The ITToneTerminalEvent interface has these methods.
ITToneTerminalEvent::get_Call The get_Call method retrieves an interface pointer for the call object on which the event occurred. |
ITToneTerminalEvent::get_Error The get_Error method returns an HRESULT cast of the error code involved in the event. |
ITToneTerminalEvent::get_Terminal The get_Terminal method returns an ITTerminal pointer for the tone terminal on which the event occurred. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |