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