IConflictLogAccess::GetItemConflicts
Gets a list that contains either all of the conflicts in the log, or only the conflicts that are identified by the specified list of requested items.
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 accomplish this, the in-memory conflict log calls the GetItemConflicts method of the conflict log of the provider.
The implementation of this method may simply return all of the conflicts in the log, and ignore the list of requested items specified by pRequestedItems.
If the implementation uses pRequestedItems to determine its output, it must return all conflicts in the log that are identified by an item ID or change unit ID listed in pRequestedItems.