IRAPIDesktop::EnumDevices
This method retrieves an IRAPIEnumDevices object that can be used to retrieve an IRAPIDevice object representing a Windows Mobile–based device connected to the desktop.
HRESULT EnumDevices(
IRAPIEnumDevices** ppIEnum
);
Parameters
- ppIEnum
[out] Reference to an IRAPIEnumDevices.
Return Values
If the operation was successful, the return value is NOERROR.
Remarks
In the current version of Windows CE, the returned IRAPIEnumDevices object will contain a reference to only one device.
Requirements
OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.
See Also
IRAPIDesktop::IUnknown | IRAPIDesktop::FindDevice | IRAPIDevice::IUnknown | IRAPIEnumDevices::IUnknown
Send Feedback on this topic to the authors