Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
These bit-flag constants describe different ways of resolving call transfer requests.
The following table shows the LINETRANSFERMODE constants.
| Value | Description |
|---|---|
LINETRANSFERMODE_CONFERENCE = 0x00000002 |
The transfer is resolved by establishing a three-way conference between the application, the party connected to the initial call, and the party connected to the consultation call. A conference call is created when this option is selected. |
LINETRANSFERMODE_TRANSFER = 0x00000001 |
The transfer is resolved by transferring the initial call to the consultation call. Both calls will become idle to the application. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
Requirements
| Header | tapi.h |
| Windows Embedded CE | Windows CE 3.0 and later |