Platform SDK: TAPI

FINISH_MODE

The FINISH_MODE enum is used by applications to indicate the type of call finish required. Operations that the TAPI DLL performs vary depending on whether a call transfer is being completed or a call is being added to a conference.

typedef enum FINISH_MODE
{
  FM_ASTRANSFER,
  FM_ASCONFERENCE,
} FINISH_MODE;

Members

FM_ASTRANSFER
A call transfer is being finished.
FM_ASCONFERENCE
A call is being added to a conference call.

Requirements

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

See Also

ITBasicCallControl::Finish