Share via


IRTCEnumPresenceDevices:IUnknown (Windows CE 5.0)

Send Feedback

This interface provides COM-standard enumeration methods for the IRTCPresenceDevice interface. The IRTCBuddy2::EnumeratePresenceDevices method gets a pointer to IRTCEnumPresenceDevices. This interface is intended for C and C++ applications and is hidden from Visual Basic applications.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
Next Retrieves the next specified number of elements in the enumeration sequence.
Reset Resets to the beginning of the enumeration sequence.
Skip Skips the next specified number of elements in the enumeration sequence.
Clone Creates another enumerator that contains the same enumeration state as the current one.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

RTC Client API Interfaces | IRTCBuddy2::EnumeratePresenceDevices | IRTCPresenceDevice | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.