ITAddressEventNotification::AddressEventNotification

[This is preliminary documentation and subject to change.]

This method receives notification of events on an address.

HRESULT AddressEventNotification(
  ITAddress *pAddress,
  ADDRESS_EVENT Event
);
 

Parameters

pAddress
[in] Pointer to ITAddress interface on which event occurs.
Event
[in] Event that has occurred on the address.

Return Values

TBD