CALL_NOTIFICATION_EVENT enumeration (tapi3if.h)
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.
Syntax
typedef enum CALL_NOTIFICATION_EVENT {
CNE_OWNER = 0,
CNE_MONITOR,
CNE_LASTITEM
} ;
Constants
CNE_OWNER Value: 0 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. |
CNE_LASTITEM |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |