TERMINAL TYPE

[This is preliminary documentation and subject to change.]

These codes describe the type of the terminal.

typedef enum 
{
    TT_STATIC,
    TT_DYNAMIC
} TERMINAL_TYPE;
 

Members

TT_STATIC
A static terminal is a terminal that cannot be created — usually refers to hardware device. TAPI enumerates these terminals.
TT_DYNAMIC
A terminal type that can be created. The application must call CreateTerminal to use this type of terminal.