IEnumClockVector::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one.

HRESULT Clone( 
  IEnumClockVector **ppiEnum);

Parameters

  • ppiEnum
    [out] Returns the newly cloned enumerator.

Return Value

  • S_OK

  • E_POINTER

  • E_OUTOFMEMORY

See Also

Reference

IEnumClockVector Interface