ITFileTerminalEvent interface (tapi3if.h)

The ITFileTerminalEvent interface contains methods that retrieve the description of file terminal events that have occurred. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_FILETERMINAL, the method's pEvent parameter is an IDispatch pointer for the ITFileTerminalEvent interface.

Note  You must call the ITTAPI::put_EventFilter method and set an event filter mask that includes TE_FILETERMINAL to enable reception of file 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 ITFileTerminalEvent interface inherits from the IDispatch interface. ITFileTerminalEvent also has these types of members:

Methods

The ITFileTerminalEvent interface has these methods.

 
ITFileTerminalEvent::get_Call

The get_Call method gets a pointer to the call information interface for the call on which the event has occurred. (ITFileTerminalEvent.get_Call)
ITFileTerminalEvent::get_Cause

The get_Cause method gets the cause associated with this event. (ITFileTerminalEvent.get_Cause)
ITFileTerminalEvent::get_Error

The get_Error method gets the error code for the event.
ITFileTerminalEvent::get_State

The get_State method gets information on the new file terminal state.
ITFileTerminalEvent::get_Terminal

The get_Terminal method returns the file terminal that generated this event.
ITFileTerminalEvent::get_Track

The get_Track method returns the track terminal that generated this event.

Requirements

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