IEnumPluggableTerminalClassInfo interface (tapi3if.h)
The IEnumPluggableTerminalClassInfo interface provides COM-standard enumeration methods for the ITPluggableTerminalClassInfo interface. The ITTerminalSupport2::EnumeratePluggableTerminalClasses method returns a pointer to IEnumPluggableTerminalClassInfo.
The IEnumPluggableTerminalClassInfo interface is hidden from Visual Basic and scripting languages.
Inheritance
The IEnumPluggableTerminalClassInfo interface inherits from the IUnknown interface. IEnumPluggableTerminalClassInfo also has these types of members:
Methods
The IEnumPluggableTerminalClassInfo interface has these methods.
IEnumPluggableTerminalClassInfo::Clone The Clone method creates another enumerator that contains the same enumeration state as the current one. This method is hidden from Visual Basic and scripting languages. (IEnumPluggableTerminalClassInfo.Clone) |
IEnumPluggableTerminalClassInfo::Next The Next method gets the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumPluggableTerminalClassInfo.Next) |
IEnumPluggableTerminalClassInfo::Reset The Reset method resets the enumeration sequence to the beginning. This method is hidden from Visual Basic and scripting languages. (IEnumPluggableTerminalClassInfo.Reset) |
IEnumPluggableTerminalClassInfo::Skip The Skip method skips over the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumPluggableTerminalClassInfo.Skip) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |