Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The LINETERMCAPS structure describes the capabilities of a line's terminal device. The LINEDEVCAPS structure can contain an array of LINETERMCAPS structures.
Syntax
typedef struct linetermcaps_tag {
DWORD dwTermDev;
DWORD dwTermModes;
DWORD dwTermSharing;
} LINETERMCAPS, *LPLINETERMCAPS;
Members
dwTermDev
Device type of the terminal. This member uses one of the LINETERMDEV_ Constants.
dwTermModes
Terminal mode(s) the terminal device is able to deal with. This member uses one of the LINETERMMODE_ Constants.
dwTermSharing
Sharing modes for the terminal device. This member uses one of the LINETERMSHARING_ Constants.
Remarks
This structure may not be extended.
Requirements
| Requirement | Value |
|---|---|
| Header | tapi.h |