IEnumTerminal interface (tapi3if.h)
The IEnumTerminal interface provides COM-standard enumeration methods for the ITTerminal interface. The following methods return a pointer to IEnumTerminal:
- ITStream::EnumerateTerminals
- ITSubStream::EnumerateTerminals
- ITTerminalSupport::EnumerateStaticTerminals
The IEnumTerminal interface is hidden from Visual Basic and scripting languages.
Inheritance
The IEnumTerminal interface inherits from the IUnknown interface. IEnumTerminal also has these types of members:
Methods
The IEnumTerminal interface has these methods.
IEnumTerminal::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. (IEnumTerminal.Clone) |
IEnumTerminal::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. (IEnumTerminal.Next) |
IEnumTerminal::Reset The Reset method resets to the beginning of the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumTerminal.Reset) |
IEnumTerminal::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. (IEnumTerminal.Skip) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |