TERMINAL_STATE enumeration (tapi3if.h)
The TERMINAL_STATE enum describes the current state of a terminal device. This enum is returned by the ITTerminal::get_State method.
Syntax
typedef enum TERMINAL_STATE {
TS_INUSE = 0,
TS_NOTINUSE
} ;
Constants
TS_INUSE Value: 0 The terminal is currently in use. |
TS_NOTINUSE The terminal is not currently in use. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |