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.
A CALL_PRIVILEGE member is returned by the ITCallInfo::get_Privilege method, and indicates when the current application owns or is monitoring the current call.
Syntax
typedef enum CALL_PRIVILEGE {
CP_OWNER = 0,
CP_MONITOR
} ;
Constants
CP_OWNERValue: 0 The application is the owner of the call. |
CP_MONITORThe application is a monitor of the call. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |