TAPI_OBJECT_TYPE Enumeration

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 versionRequires TAPI 3.0 or later
HeaderTapi3if.h

Send comments about this topic to Microsoft

Build date: 11/19/2009

Tags :


Page view tracker