ITTerminalManager2 interface (termmgr.h)

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 ITTerminalManager2 interface inherits from the IDispatch interface. ITTerminalManager2 also has these types of members:

Methods

The ITTerminalManager2 interface has these methods.

 
ITTerminalManager2::GetPluggableSuperclasses

The GetPluggableSuperclasses method gets the public CLSIDs for all pluggable terminal superclasses in the registry.
ITTerminalManager2::GetPluggableTerminalClasses

The GetPluggableTerminalClasses method lists the terminal classes for all pluggable terminals registered under a terminal superclass.

Requirements

Requirement Value
Target Platform Windows
Header termmgr.h

See also

IDispatch

ITTerminalManager