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 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 lineSetTerminalrequests 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 lineSetTerminalor TSPI_lineSetTerminalto 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 |