Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This interface allows a desktop application to enumerate the set of connected Windows Embedded CE–based remote devices which are represented by IRAPIDeviceinterfaces. For Windows CE 5.0 and earlier, this enumeration sequence will only contain a single connected device.
A reference to this interface can be obtained by using the IRAPIDesktopinterface.
Methods
The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknowninterface.
Method | Description |
---|---|
Creates a new enumerator object that contains the same enumeration state as the current one. |
|
Returns the number of remote devices in the enumerator. |
|
Retrieves the next remote device in the enumeration sequence. |
|
Resets the enumeration sequence to the beginning. |
|
Skips the specified number of elements in the enumeration sequence. |
Requirements
Header | rapi2.h |
Library | ole32.lib, rapiuuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |