Platform SDK: TAPI

TAPI_OBJECT_TYPE

The TAPI_OBJECT_TYPE enum is used to indicate the type of TAPI object involved in an event.

typedef enum TAPI_OBJECT_TYPE
{
  TOT_ADDRESS,
  TOT_CALL,
  TOT_CALLHUB,
  TOT_NONE,
  TOT_TAPI,
  TOT_TERMINAL
}  TAPI_OBJECT_TYPE;

Members

TOT_ADDRESS
Type of TAPI object is Address.
TOT_CALL
Type of TAPI object is Call.
TOT_CALLHUB
Type of TAPI object is CallHub.
TOT_NONE
No TAPI object event has occurred.
TOT_TAPI
Type of TAPI object is TAPI.
TOT_TERMINAL
Type of TAPI object is Terminal.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.