LINETERMSHARING (Windows CE 5.0)

Send Feedback

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

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

See Also

lineSetTerminal | TSPI_lineSetTerminal

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.