The TAPI_OBJECT_TYPE enum is used to indicate the type of TAPI object involved in an event.
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;
No TAPI object event has occurred.
Type of TAPI object is TAPI.
Type of TAPI object is Address.
Type of TAPI object is Terminal.
Type of TAPI object is Call.
Type of TAPI object is CallHub.
Type of TAPI object is Phone.
Declared in Tapi3if.h.
Send comments about this topic to Microsoft
Build date: 2/28/2008