IEnumLoggedConflictsBuilder::GetChangeEnumerator

Gets an IEnumLoggedConflicts object that can be used to enumerate the list of logged conflicts that are contained in this object.


HRESULT GetChangeEnumerator(
  IEnumLoggedConflicts ** ppEnum);

ppEnum

[out] Returns an IEnumLoggedConflicts object that can be used to enumerate the list of logged conflicts that are contained in this object.

  • S_OK

  • E_OUTOFMEMORY

  • E_POINTER

Show: