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 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.
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) |