Platform SDK: TAPI

CALL_NOTIFICATION_EVENT

The CALL_NOTIFICATION_EVENT enum describes call notification events. The ITCallNotificationEvent::get_Event method returns a member of this enum to indicate the type of call notification event that occurred.

typedef enum CALL_NOTIFICATION_EVENT
{
  CNE_OWNER,
  CNE_MONITOR

} CALL_NOTIFICATION_EVENT;

Members

CNE_OWNER
The current application owns the call on which the event occurred.
CNE_MONITOR
The current application is monitoring the call on which the event occurred.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.

See Also

ITCallNotificationEvent::get_Event, ITCallNotificationEvent