Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |