IEnumAddress interface (tapi3if.h)

The IEnumAddress interface provides COM-standard enumeration methods for the ITAddress interface. The ITTAPI::EnumerateAddresses and ITAgentHandler::EnumerateUsableAddresses methods return a pointer to IEnumAddress.

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

Inheritance

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

Methods

The IEnumAddress interface has these methods.

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

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

Requirements

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

See also

ITAddress