IEnumLoggedConflicts::Clone

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


HRESULT Clone(
  IEnumLoggedConflicts ** ppEnum);

ppEnum

[out, retval] Returns the newly cloned enumerator.

  • E_NOTIMPL

This method is not implemented and always returns E_NOTIMPL.

Show: