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