Share via


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.

Syntax

HRESULT Clone(
  IEnumLoggedConflicts ** ppEnum);

Parameters

  • ppEnum
    [out, retval] Returns the newly cloned enumerator.

Return Value

  • E_NOTIMPL

Remarks

This method is not implemented and always returns E_NOTIMPL.

See Also

Reference

IEnumLoggedConflicts Interface