ITAddressEvent interface (tapi3if.h)
The ITAddressEvent interface contains methods that retrieve the description of address events. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_ADDRESS, the method's pEvent parameter is an IDispatch pointer for the ITAddressEvent interface. The methods of this interface can be used to retrieve information concerning the type of event, which address the event has occurred on, and for which terminal.
Inheritance
The ITAddressEvent interface inherits from the IDispatch interface. ITAddressEvent also has these types of members:
Methods
The ITAddressEvent interface has these methods.
ITAddressEvent::get_Address The get_Address method gets a pointer to the ITAddress object involved in an event. |
ITAddressEvent::get_Event The get_Event method gets the ADDRESS_EVENT descriptor of an event. |
ITAddressEvent::get_Terminal The get_Terminal method gets a pointer to the ITTerminal interface associated with the event. |
Remarks
Certain events on PnP devices will not be received until after the first time static terminals are enumerated using ITTerminalSupport::EnumerateStaticTerminals or ITTerminalSupport::get_StaticTerminals.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |