ITTAPIObjectEvent interface (tapi3if.h)
The ITTAPIObjectEvent interface contains methods that retrieve the description of TAPI object events. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_TAPIOBJECT, the method's pEvent parameter is an IDispatch pointer for the ITTAPIObjectEvent interface. The methods of this interface can be used to retrieve information concerning the TAPI object change that has occurred.
Inheritance
The ITTAPIObjectEvent interface inherits from the IDispatch interface. ITTAPIObjectEvent also has these types of members:
Methods
The ITTAPIObjectEvent interface has these methods.
ITTAPIObjectEvent::get_Address The get_Address method gets a pointer to the Address object on which the event occurred. |
ITTAPIObjectEvent::get_CallbackInstance The get_CallbackInstance method gets a pointer to the callback instance associated with the event. (ITTAPIObjectEvent.get_CallbackInstance) |
ITTAPIObjectEvent::get_Event The get_Event method gets information concerning an asynchronous event notification. The application uses TAPIOBJECT_EVENT to determine what type of event is being signaled. |
ITTAPIObjectEvent::get_TAPIObject The get_TAPIObject method gets a pointer to the TAPI object on which the event occurred. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |