LINETERMDEV
A version of this page is also available for
4/8/2010
These bit-flag constants describe different types of terminal devices.
The following table shows the LINETERMDEV constants.
Value | Description |
---|---|
LINETERMDEV_HEADSET = 0x00000002 |
The terminal is a headset. |
LINETERMDEV_PHONE = 0x00000001 |
The terminal is a phone set. |
LINETERMDEV_SPEAKER = 0x00000004 |
The terminal is an external speaker and microphone. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
These constants are used to characterize a line's terminal device and help an application to determine the nature of a terminal device.
Requirements
Header | tapi.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |