PHONE_PRIVILEGE enumeration (tapi3if.h)

The PHONE_PRIVILEGE enum indicates the application's privilege status with respect to the current phone device.

Syntax

typedef enum PHONE_PRIVILEGE {
  PP_OWNER = 0,
  PP_MONITOR
} ;

Constants

 
PP_OWNER
Value: 0
The application has owner privileges for the current phone session.
PP_MONITOR
The application has monitor privileges for the current phone session.

Requirements

Requirement Value
Header tapi3if.h

See also

ITPhone::Open

ITPhone::get_Privilege