Platform SDK: TAPI

CALLINFO_STRING

The CALLINFO_STRING enum is used by ITCallInfo methods that set and get call information involving the use of strings.

typedef enum CALLINFO_STRING
{
  CIS_CALLERIDNAME,
  CIS_CALLERIDNUMBER,
  CIS_CALLEDIDNAME,
  CIS_CALLEDIDNUMBER,
  CIS_CONNECTEDIDNAME,
  CIS_CONNECTEDIDNUMBER,
  CIS_REDIRECTIONIDNAME,
  CIS_REDIRECTIONIDNUMBER,
  CIS_REDIRECTINGIDNAME,
  CIS_REDIRECTINGIDNUMBER,
  CIS_CALLEDPARTYFRIENDLYNAME,
  CIS_COMMENT,
  CIS_DISPLAYABLEADDRESS,
  CIS_CALLINGPARTYID,
} CALLINFO_STRING;

Members

CIS_CALLERIDNAME
The name of the caller.
CIS_CALLERIDNUMBER
The number of the caller.
CIS_CALLEDIDNAME
The name of the called location.
CIS_CALLEDIDNUMBER
The number of the called location.
CIS_CONNECTEDIDNAME
The name of the connected location.
CIS_CONNECTEDIDNUMBER
The number of the connected location.
CIS_REDIRECTIONIDNAME
The name of the location to which a call has been redirected.
CIS_REDIRECTIONIDNUMBER
The number of the location to which a call has been redirected.
CIS_REDIRECTINGIDNAME
The name of the location that redirected the call.
CIS_REDIRECTINGIDNUMBER
The number of the location that redirected the call.
CIS_CALLEDPARTYFRIENDLYNAME
The called party friendly name.
CIS_COMMENT
A comment about the call provided by the application that originated the call.
CIS_DISPLAYABLEADDRESS
A displayable version of the called or calling address.
CIS_CALLINGPARTYID
The identifier of the calling party.

Requirements

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

See Also

ITCallInfo::get_CallInfoString, ITCallInfo::put_CallInfoString