IEnumPluggableSuperclassInfo interface (tapi3if.h)

The IEnumPluggableSuperclassInfo interface provides COM-standard enumeration methods for the ITPluggableTerminalSuperclassInfo interface. The ITTerminalSupport2::EnumeratePluggableSuperclasses method returns a pointer to IEnumPluggableSuperclassInfo.

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

Inheritance

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

Methods

The IEnumPluggableSuperclassInfo interface has these methods.

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

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

Requirements

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

See also

ITPluggableTerminalSuperclassInfo

ITTerminalSupport2::EnumeratePluggableSuperclasses