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