Share via


LINETERMSHARING

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

These bit-flag constants describe different ways in which a terminal can be shared between line devices, addresses, or calls.

The following table shows the LINETERMSHARING constants.

Value Description

LINETERMSHARING_PRIVATE = 0x00000001

The terminal device is private to a single line device.

LINETERMSHARING_SHAREDCONF = 0x00000004

The terminal device can be used by multiple lines. The lineSetTerminal requests of the various terminals end up being merged or conferenced at the terminal.

LINETERMSHARING_SHAREDEXCL = 0x00000002

The terminal device can be used by multiple lines. The last line device to do a lineSetTerminal or TSPI_lineSetTerminal to the terminal for a given terminal mode will have exclusive connection to the terminal for that mode.

Remarks

These constants cannot be extended. All 32 bits are reserved.

These constants describe the classes of control and information streams that can be routed directly between a line device and a terminal device such as a phone set.

Requirements

Header tapi.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

lineSetTerminal
TSPI_lineSetTerminal