ITAddressDeviceSpecificEvent interface (tapi3if.h)
The ITAddressDeviceSpecificEvent exposes methods that allow an application to retrieve information about a device-specific event.
For a code example that illustrates how to create this interface, see the Phone and Address Device-specific Events topic.
Inheritance
The ITAddressDeviceSpecificEvent interface inherits from the IDispatch interface. ITAddressDeviceSpecificEvent also has these types of members:
Methods
The ITAddressDeviceSpecificEvent interface has these methods.
ITAddressDeviceSpecificEvent::get_Address The get_Address method gets a pointer to the ITAddress interface of the Address object involved in the event. |
ITAddressDeviceSpecificEvent::get_Call The get_Call method gets a pointer to the ITCallInfo interface pointer for the call object involved in the event. |
ITAddressDeviceSpecificEvent::get_lParam1 The get_lParam1 method retrieves the first of three buffers specific to a given address device. The precise content and meaning of these buffers is defined by the provider. |
ITAddressDeviceSpecificEvent::get_lParam2 The get_lParam2 method retrieves the second of three buffers specific to a given address device. The precise content and meaning of these buffers is defined by the provider. |
ITAddressDeviceSpecificEvent::get_lParam3 The get_lParam3 method retrieves the third of three buffers specific to a given address device. The precise content and meaning of these buffers is defined by the provider. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h |