ITPrivateEvent interface (tapi3if.h)

The ITPrivateEvent interface exposes methods that allows an application to process events generated by a private object.

Inheritance

The ITPrivateEvent interface inherits from the IDispatch interface. ITPrivateEvent also has these types of members:

Methods

The ITPrivateEvent interface has these methods.

 
ITPrivateEvent::get_Address

The get_Address method gets the ITAddress interface pointer to the private object involved in the event.
ITPrivateEvent::get_Call

The get_Call method returns a pointer to the ITCallInfo interface of the call on which the event occurred. (ITPrivateEvent.get_Call)
ITPrivateEvent::get_CallHub

The get_CallHub method returns a pointer to the ITCallHub interface on which the event occurred. (ITPrivateEvent.get_CallHub)
ITPrivateEvent::get_EventCode

The get_EventCode method returns a pointer to a provider-specific event descriptor.
ITPrivateEvent::get_EventInterface

The get_EventInterface method returns a pointer to the IDispatch interface of the private object's event handler.

Requirements

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