Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |