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_NONE + 1,
TOT_ADDRESS = TOT_TAPI + 1,
TOT_TERMINAL = TOT_ADDRESS + 1,
TOT_CALL = TOT_TERMINAL + 1,
TOT_CALLHUB = TOT_CALL + 1,
TOT_PHONE = TOT_CALLHUB + 1
} TAPI_OBJECT_TYPE; |
Constants
- TOT_NONE
No TAPI object event has occurred.
- TOT_TAPI
Type of TAPI object is TAPI.
- TOT_ADDRESS
Type of TAPI object is Address.
- TOT_TERMINAL
Type of TAPI object is Terminal.
- TOT_CALL
Type of TAPI object is Call.
- TOT_CALLHUB
Type of TAPI object is CallHub.
- TOT_PHONE
Type of TAPI object is Phone.
Requirements
| TAPI version | Requires Requires TAPI 3.0 or later. |
| Header | Declared in Tapi3if.h. |
Send comments about this topic to Microsoft
Build date: 2/28/2008