Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.8 KB

ne-tapi3if-terminal_state.md

File metadata and controls

69 lines (58 loc) · 1.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:tapi3if.TERMINAL_STATE
TERMINAL_STATE (tapi3if.h)
The TERMINAL_STATE enum describes the current state of a terminal device. This enum is returned by the ITTerminal::get_State method.
TERMINAL_STATE
TERMINAL_STATE enumeration [TAPI 2.2]
TS_INUSE
TS_NOTINUSE
_tapi3_terminal_state
tapi3.terminal_state
tapi3if/TERMINAL_STATE
tapi3if/TS_INUSE
tapi3if/TS_NOTINUSE
tapi3\terminal_state.htm
tapi3
310c41f5-dfe7-491d-8669-87a98694f5b7
12/05/2018
TERMINAL_STATE, TERMINAL_STATE enumeration [TAPI 2.2], TS_INUSE, TS_NOTINUSE, _tapi3_terminal_state, tapi3.terminal_state, tapi3if/TERMINAL_STATE, tapi3if/TS_INUSE, tapi3if/TS_NOTINUSE
tapi3if.h
Windows
Windows
TERMINAL_STATE
19H1
TERMINAL_STATE
tapi3if/TERMINAL_STATE
c++
APIRef
kbSyntax
HeaderDef
Tapi3if.h
TERMINAL_STATE

TERMINAL_STATE enumeration

-description

The TERMINAL_STATE enum describes the current state of a terminal device. This enum is returned by the ITTerminal::get_State method.

-enum-fields

-field TS_INUSE:0

The terminal is currently in use.

-field TS_NOTINUSE

The terminal is not currently in use.

-see-also

ITTerminal::get_State