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 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_OWNERValue: 0 The application has owner privileges for the current phone session. |
PP_MONITORThe application has monitor privileges for the current phone session. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |