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 TAPI_OBJECT_TYPE enum is used to indicate the type of TAPI object involved in an event.
Syntax
typedef enum TAPI_OBJECT_TYPE {
TOT_NONE = 0,
TOT_TAPI,
TOT_ADDRESS,
TOT_TERMINAL,
TOT_CALL,
TOT_CALLHUB,
TOT_PHONE
} ;
Constants
TOT_NONEValue: 0 No TAPI object event has occurred. |
TOT_TAPIType of TAPI object is TAPI. |
TOT_ADDRESSType of TAPI object is Address. |
TOT_TERMINALType of TAPI object is Terminal. |
TOT_CALLType of TAPI object is Call. |
TOT_CALLHUBType of TAPI object is CallHub. |
TOT_PHONEType of TAPI object is Phone. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |