LINETERMCAPS 结构 (tapi.h)

LINETERMCAPS 结构描述了线路终端设备的功能。 LINEDEVCAPS 结构可以包含 LINETERMCAPS 结构的数组。

语法

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

成员

dwTermDev

终端的设备类型。 此成员使用 LINETERMDEV_常量之一。

dwTermModes

终端模式 (终端设备能够处理) 。 此成员使用 LINETERMMODE_常量之一。

dwTermSharing

终端设备的共享模式。 此成员使用 LINETERMSHARING_常量之一。

注解

此结构可能不会扩展。

要求

要求
Header tapi.h

另请参阅

LINEDEVCAPS

TSPI_lineGetDevCaps

lineGetDevCaps

lineSetTerminal