IEnumRangeExceptions::Clone

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


HRESULT Clone(
  IEnumRangeExceptions ** ppEnum);

ppEnum

[out] Returns the newly cloned enumerator.

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

Show: