IEnumFeedClockVector::Clone

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


HRESULT Clone(
  IEnumClockVectorSSE** ppiEnum);

ppiEnum

[out] Returns the newly cloned enumerator.

  • S_OK

  • E_POINTER

  • E_OUTOFMEMORY

Show: