Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITTerminalSupport2 interface is derived from the ITTerminalSupport interface. ITTerminalSupport2 supports the retrieval of information about pluggable terminal classes and superclasses by C, C++, and scripting applications.
Inheritance
The ITTerminalSupport2 interface inherits from the IDispatch interface. ITTerminalSupport2 also has these types of members:
Methods
The ITTerminalSupport2 interface has these methods.
| ITTerminalSupport2::EnumeratePluggableSuperclasses The EnumeratePluggableSuperclasses method enumerates the pluggable terminal superclasses registered on the current system. |
| ITTerminalSupport2::EnumeratePluggableTerminalClasses The EnumeratePluggableTerminalClasses method enumerates the pluggable terminal classes registered under a given superclass. |
| ITTerminalSupport2::get_PluggableSuperclasses The get_PluggableSuperclasses method returns a collection of ITPluggableTerminalSuperclassInfo superclass information interface pointers. |
| ITTerminalSupport2::get_PluggableTerminalClasses The get_PluggableTerminalClasses method returns a collection of ITPluggableTerminalClassInfo terminal class information interface pointers. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
See also
IEnumPluggableTerminalClassInfo