FINISH_MODE enumeration (tapi3if.h)
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.
Syntax
typedef enum FINISH_MODE {
FM_ASTRANSFER = 0,
FM_ASCONFERENCE
} ;
Constants
FM_ASTRANSFER Value: 0 A call transfer is being finished. |
FM_ASCONFERENCE A call is being added to a conference call. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |