IEnumPhone interface (tapi3if.h)

The IEnumPhone interface provides COM-standard enumeration methods for the ITPhone interface. The ITAddress2::EnumeratePhones and ITTAPI2::EnumeratePhones methods return a pointer to IEnumPhone.

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

Inheritance

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

Methods

The IEnumPhone interface has these methods.

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

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

Requirements

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

See also

ITAddress2::EnumeratePhones

ITPhone

ITTAPI2::EnumeratePhones