IEnumReplItem::Clone (Windows CE 5.0)
This method creates a copy of the current state of enumeration.
HRESULT Clone(IEnumReplItem FAR* FAR* ppEnum);
Parameters
- ppEnum
[out] Pointer to the place to return the cloned enumerator. The type of ppEnum is the same as the enumerator name. For example, if the enumerator name is IEnumFORMATETC, ppEnum is of type IEnumFORMATETC.
Return Values
The following table shows the possible return values for this method.
Value | Description |
---|---|
E_OUTOFMEMORY | Out of memory. |
E_INVALIDARG | ppEnum value is invalid. |
E_UNEXPECTED | Unexpected error. |
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.
Send Feedback on this topic to the authors