IRAPIEnumDevices::Clone
This method creates a new enumerator object that contains the same enumeration state as the current one. Because the new object points to the same place in the enumeration sequence, a client can use the Clone method to record a particular point in the enumeration sequence and return to that point later.
HRESULT Clone(
IRAPIEnumDevices** ppIEnum
);
Parameters
- ppIEnum
[out] A reference to the cloned IRAPIEnumDevices enumerator.
Return Values
If the operation was successful, the return value is NOERROR.
Requirements
OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.
See Also
Send Feedback on this topic to the authors