DISCONNECT_CODE enumeration (tapi3if.h)

The DISCONNECT_CODE enum is used by the ITBasicCallControl::Disconnect method.

Syntax

typedef enum DISCONNECT_CODE {
  DC_NORMAL = 0,
  DC_NOANSWER,
  DC_REJECTED
} ;

Constants

 
DC_NORMAL
Value: 0
The call is being disconnected as part of the normal cycle of the call.
DC_NOANSWER
The call is being disconnected because it has not been answered. (For example, an application may set a certain amount of time for the user to answer the call. If the user does not answer, the application can call
Disconnect with the NOANSWER code.)
DC_REJECTED
The user rejected the offered call.

Requirements

Requirement Value
Header tapi3if.h

See also

ITBasicCallControl::Disconnect