TERMINAL STATE

[This is preliminary documentation and subject to change.]

These codes describe the current state of a terminal device.

typedef enum 
{
    TS_INUSE,
    TS_NOTINUSE
} TERMINAL_STATE;
 

Members

TS_INUSE
The terminal is currently in use.
TS_NOTINUSE
The terminal is not currently in use.