IEnumDirectoryObject 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 IEnumDirectoryObject interface provides COM-standard enumeration methods for the ITDirectoryObject interface. The ITDirectory::EnumerateDirectoryObjects method returns a pointer to IEnumDirectoryObject.
Inheritance
The IEnumDirectoryObject interface inherits from the IUnknown interface. IEnumDirectoryObject also has these types of members:
Methods
The IEnumDirectoryObject interface has these methods.
IEnumDirectoryObject::Clone The Clone method creates another enumerator that contains the same enumeration state as the current one. (IEnumDirectoryObject.Clone) |
IEnumDirectoryObject::Next The Next method gets the next specified number of elements in the enumeration sequence. (IEnumDirectoryObject.Next) |
IEnumDirectoryObject::Reset The Reset method resets to the beginning of enumeration sequence. (IEnumDirectoryObject.Reset) |
IEnumDirectoryObject::Skip The Skip method skips over the next specified number of elements in the enumeration sequence. (IEnumDirectoryObject.Skip) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |