Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_INUSEValue: 0 The terminal is currently in use. |
TS_NOTINUSEThe terminal is not currently in use. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |