LINECALLFEATURE2 (Windows CE 5.0)
These bit-flag constants describe the supplemental features available for conferencing, transferring, and parking calls.
The following table shows the LINECALLFEATURE2 constants.
Value | Description |
---|---|
LINECALLFEATURE2_NOHOLDCONFERENCE = 0x00000001 | If this bit is on, a "no hold conference" can be created by using the LINECALLPARAMFLAGS_NOHOLDCONFERENCE option with lineSetupConference. The LINECALLFEATURE_SETUPCONF bit will also be on in the dwCallFeatures member in the LINECALLSTATUS structure. |
LINECALLFEATURE2_ONESTEPTRANSFER = 0x00000002 | If this bit is on, "one step transfer" can be created by using the LINECALLPARAMFLAGS_ONESTEPTRANSFER option with lineSetupTransfer. The LINECALLFEATURE_SETUPTRANSFER bit will also be on in the dwCallFeatures member. |
LINECALLFEATURE2_TRANSFERCONF = 0x00000080 | If this bit is on, the lineCompleteTransfer function can be used to resolve the transfer as a three-way conference. The LINECALLFEATURE_COMPLETETRANSF bit will also be on in the dwCallFeatures member. |
LINECALLFEATURE2_TRANSFERNORM = 0x00000040 | If this bit is on, the lineCompleteTransfer function can be used to resolve the transfer as a normal transfer. The LINECALLFEATURE_COMPLETETRANSF bit will also be on in the dwCallFeatures member.
|
Remarks
These constants are for TAPI version 2.0 and later.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.
See Also
lineCompleteTransfer | lineSetupConference | lineSetupTransfer | LINECALLSTATUS
Send Feedback on this topic to the authors