Share via


LINECALLSELECT (Windows CE 5.0)

Send Feedback

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 higher.
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 higher.
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

OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.

See Also

lineGetNewCalls

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.