ITTerminalManager interface (termmgr.h)

The ITTerminalManager interface is used by the MSP to create dynamic terminals.

The ITTerminalManager2 interface exposes methods that retrieve information about pluggable terminal classes registered in the current system. ITTerminalManager2 is derived from the ITTerminalManager interface.

Inheritance

The ITTerminalManager interface inherits from the IDispatch interface. ITTerminalManager also has these types of members:

Methods

The ITTerminalManager interface has these methods.

 
ITTerminalManager::CreateDynamicTerminal

The CreateDynamicTerminal method creates a dynamic terminal of a specified terminal class, media type, and direction.
ITTerminalManager::GetDynamicTerminalClasses

The GetDynamicTerminalClasses method gets a list of terminal classes for a set of media types.

Requirements

Requirement Value
Target Platform Windows
Header termmgr.h

See also

IDispatch

ITTerminalManager2