Platform SDK: TAPI

TERMINAL_TYPE

The TERMINAL_TYPE enum describes the type of the terminal. This enum is returned by the ITTerminal::get_TerminalType method.

typedef enum TERMINAL_TYPE
{
  TT_STATIC,
  TT_DYNAMIC
} TERMINAL_TYPE;

Members

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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.

See Also

ITTerminal::get_TerminalType