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.
A version of this page is also available for
4/8/2010
These bit-flag constants describe which calls are to be selected.
The following table shows the LINECALLSELECT constants.
| Value | Description |
|---|---|
LINECALLSELECT_ADDRESS = 0x00000002 |
Selects call on the specified address. |
LINECALLSELECT_CALL = 0x00000004 |
Selects related calls to the specified call. For example, all the parties in a conference call are selected. |
LINECALLSELECT_CALLID = 0x00000010 |
Selects related calls to the specified call identifier. This flag is exposed only to applications that negotiate a TAPI version of 3.0 or later. |
LINECALLSELECT_DEVICEID = 0x00000008 |
Selects calls on the specified device identifier. This flag is exposed only to applications that negotiate a TAPI version of 2.1 or later. |
LINECALLSELECT_LINE = 0x00000001 |
Selects calls on the specified line device. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
These constants are used in lineGetNewCalls and to specify a selection (scope) of the calls that are requested.
Requirements
| Header | tapi.h |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |