IEnumTerminalClass interface (tapi3if.h)

The IEnumTerminalClass interface provides COM-standard enumeration methods to discover and use the dynamic terminal classes that are available. The ITTerminalSupport::EnumerateDynamicTerminalClasses method returns a pointer to this interface.

The IEnumTerminalClass interface is hidden from Visual Basic and scripting languages.

Inheritance

The IEnumTerminalClass interface inherits from the IUnknown interface. IEnumTerminalClass also has these types of members:

Methods

The IEnumTerminalClass interface has these methods.

 
IEnumTerminalClass::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. (IEnumTerminalClass.Clone)
IEnumTerminalClass::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. (IEnumTerminalClass.Next)
IEnumTerminalClass::Reset

The Reset method resets to the beginning of the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumTerminalClass.Reset)
IEnumTerminalClass::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. (IEnumTerminalClass.Skip)

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)

See also

Terminal Object