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