Platform SDK: TAPI

DISCONNECT_CODE

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

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

Members

DC_NORMAL
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

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

See Also

ITBasicCallControl::Disconnect