Creates another enumerator that contains the same enumeration state as the current enumeration.
Syntax
HRESULT Clone( IEnumItemProperties **ppenum );
Parameters
- ppenum
- [out] Address of a pointer to the IEnumItemProperties interface of the cloned enumerator.
Return Value
Returns S_OK if successful, or an error code otherwise.