LINETERMCAPS 結構 (tapi.h)
LINETERMCAPS 結構描述線條終端機裝置的功能。 LINEDEVCAPS 結構可以包含LINETERMCAPS結構的陣列。
語法
typedef struct linetermcaps_tag {
DWORD dwTermDev;
DWORD dwTermModes;
DWORD dwTermSharing;
} LINETERMCAPS, *LPLINETERMCAPS;
成員
dwTermDev
終端機的裝置類型。 此成員使用其中一個 LINETERMDEV_常數。
dwTermModes
終端機模式 (終端機裝置) 能夠處理。 此成員使用其中一個 LINETERMMODE_常數。
dwTermSharing
終端機裝置的共用模式。 此成員使用其中一個 LINETERMSHARING_常數。
備註
此結構可能不會延伸。
規格需求
需求 | 值 |
---|---|
標頭 | tapi.h |