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 ITPluggableTerminalClassInfo interface exposes methods that allow the application to retrieve information concerning a pluggable terminal.
The IEnumPluggableTerminalClassInfo::Next and ITTerminalSupport2::get_PluggableTerminalClasses methods create the ITPluggableTerminalClassInfo interface.
Inheritance
The ITPluggableTerminalClassInfo interface inherits from the IDispatch interface. ITPluggableTerminalClassInfo also has these types of members:
Methods
The ITPluggableTerminalClassInfo interface has these methods.
ITPluggableTerminalClassInfo::get_CLSID The get_CLSID method gets the CLSID used to CoCreateInstance the terminal. (ITPluggableTerminalClassInfo.get_CLSID) |
ITPluggableTerminalClassInfo::get_Company The get_Company method gets the name of the company that issued this pluggable terminal. (ITPluggableTerminalClassInfo.get_Company) |
ITPluggableTerminalClassInfo::get_Direction The get_Direction method gets the direction supported by the terminal. (ITPluggableTerminalClassInfo.get_Direction) |
ITPluggableTerminalClassInfo::get_MediaTypes The get_MediaTypes method gets the media types supported by the terminal. (ITPluggableTerminalClassInfo.get_MediaTypes) |
ITPluggableTerminalClassInfo::get_Name The get_Name method gets the terminal's friendly name. (ITPluggableTerminalClassInfo.get_Name) |
ITPluggableTerminalClassInfo::get_TerminalClass The get_TerminalClass method gets the terminal's terminal class. (ITPluggableTerminalClassInfo.get_TerminalClass) |
ITPluggableTerminalClassInfo::get_Version The get_Version method gets the terminal version. (ITPluggableTerminalClassInfo.get_Version) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |