IRAPIEnumDevices:IUnknown

Send Feedback

This interface allows a desktop application to enumerate the set of connected Microsoft® Windows® CE–based remote devices which are represented by IRAPIDevice interfaces. For Windows CE 5.01 and earlier, this enumeration sequence will only contain a single connected device.

A reference to this interface can be obtained by using the IRAPIDesktop interface.

Methods

The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
Clone Creates a new enumerator object that contains the same enumeration state as the current one.
GetCount Returns the number of remote devices in the enumerator.
Next Retrieves the next remote device in the enumeration sequence.
Reset Resets the enumeration sequence to the beginning.
Skip Skips the specified number of elements in the enumeration sequence.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.

See Also

Remote API 2 Interfaces | IRAPIDevice:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.