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 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 lineGetNewCallsand 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 |