Platform SDK: TAPI

LINETERMCAPS

The LINETERMCAPS structure describes the capabilities of a line's terminal device. The LINEDEVCAPS structure can contain an array of LINETERMCAPS structures.

typedef struct linetermcaps_tag {
  DWORD  dwTermDev;
  DWORD  dwTermModes;
  DWORD  dwTermSharing;
} LINETERMCAPS, FAR *LPLINETERMCAPS; 

Members

dwTermDev
The device type of the terminal. This member uses one of the LINETERMDEV_ Constants.
dwTermModes
The terminal mode(s) the terminal device is able to deal with. This member uses one of the LINETERMMODE_ Constants.
dwTermSharing
Specifies how the terminal device is shared between line devices. This member uses one of the LINETERMSHARING_ Constants.

Remarks

This structure may not be extended.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 95 or later.
  Version: Requires TAPI 1.4 or later.
  Header: Declared in Tapi.h.

See Also

lineSetTerminal, LINEDEVCAPS, lineGetDevCaps, TSPI_lineGetDevCaps