Clones the enumeration object.
Syntax
HRESULT Clone(
IEnumScript **ppEnum
);
Parameters
- ppEnum
- [out] Address of a pointer that received the IEnumScript interface of the cloned enumeration object.
Return Value
Returns S_OK if successful, or an error code otherwise.