次の方法で共有


IRAPIEnumDevices::Clone

Send Feedback

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

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

IRAPIEnumDevices::IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.