IConflictLogAccess::GetAllConflicts

Gets a list that contains all of the conflicts in the log.

HRESULT GetAllConflicts(
  IEnumLoggedConflicts ** ppEnum);

Parameters

  • ppEnum
    [out] Returns a list that contains all the conflicts in the log.

Return Value

  • S_OK

  • User-determined error codes

Remarks

The Sync Framework implementation of this method that is provided by the IMemoryConflictLog object returns a list that contains conflicts from both the in-memory conflict log and the conflict log of the provider, when an IConflictLogAccess object was specified in the call to Initialize. To do this, the in-memory conflict log calls the GetAllConflicts method of the conflict log of the provider.

See Also

Reference

IConflictLogAccess Interface