IEnumDialableAddrs interface (rend.h)
[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
The IEnumDialableAddrs interface provides COM-standard enumeration methods to discover and use the available dialable addresses in a directory. The ITDirectoryObject::EnumerateDialableAddrs method returns a pointer to this interface.
Inheritance
The IEnumDialableAddrs interface inherits from the IUnknown interface. IEnumDialableAddrs also has these types of members:
Methods
The IEnumDialableAddrs interface has these methods.
IEnumDialableAddrs::Clone The Clone method creates another enumerator that contains the same enumeration state as the current one. (IEnumDialableAddrs.Clone) |
IEnumDialableAddrs::Next The Next method gets the next specified number of elements in the enumeration sequence. (IEnumDialableAddrs.Next) |
IEnumDialableAddrs::Reset The Reset method resets to the beginning of the enumeration sequence. (IEnumDialableAddrs.Reset) |
IEnumDialableAddrs::Skip The Skip method skips over the next specified number of elements in the enumeration sequence. (IEnumDialableAddrs.Skip) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |