ITCallNotification::CallEventNotification

[This is preliminary documentation and subject to change.]

Get information on calls for an address.

HRESULT CallEventNofication(
  ITAddress *pAddress,
  CALL_EVENT_TYPE CallEventType,
  IDispatch *pEvent
);
 

Parameters

pAddress
[in] Address on which the event occurred.
CallEventType
[in] Type of event in pEvent.
pEvent
[in] Object depends on CallEventType. If CallEventType is CET_CALLOWNER or CET_CALLMONITOR, pEvent is a Call object. If CallEventType is CET_CALLSTATEVENT, pEvent is an ITCallStateEvent object.

Return Values

TBD