Platform SDK: TAPI

CALL_PRIVILEGE

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.

typedef enum CALL_PRIVILEGE
{
  CP_OWNER,
  CP_MONITOR

} CALL_PRIVILEGE;

Members

CP_OWNER
The application is the owner of the call.
CP_MONITOR
The application is a monitor of the call.

Requirements

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

See Also

ITCallInfo::get_Privilege