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