Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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 dwCallFeaturesmember in the LINECALLSTATUSstructure. |
||
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 dwCallFeaturesmember. |
||
LINECALLFEATURE2_TRANSFERCONF = 0x00000080 |
If this bit is on, the lineCompleteTransferfunction can be used to resolve the transfer as a three-way conference. The LINECALLFEATURE_COMPLETETRANSF bit will also be on in the dwCallFeaturesmember. |
||
LINECALLFEATURE2_TRANSFERNORM = 0x00000040 |
If this bit is on, the lineCompleteTransferfunction can be used to resolve the transfer as a normal transfer. The LINECALLFEATURE_COMPLETETRANSF bit will also be on in the dwCallFeaturesmember.
|
Remarks
These constants are for TAPI version 2.0 and later.
Requirements
Header | tapi.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |