Share via


LINECALLSELECT (Compact 2013)

3/26/2014

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

See Also

Reference

TAPI Constants
lineGetNewCalls