IEnumLoggedConflicts::Next
Returns the next elements in the conflict log, if they are available.
HRESULT Next(
ULONG cChanges,
ILoggedConflict ** ppLoggedConflict,
ULONG *pcFetched);
Parameters
- cChanges
[in] The number of conflicts to retrieve.
- ppLoggedConflict
[out, size_is(cChanges), length_is(*pcFetched)] Returns the next pcFetched conflicts.
- pcFetched
[out] Returns the number of conflicts that were retrieved. This value can be NULL if cChanges is 1; otherwise, it cannot be NULL.
Return Value
S_OK.
S_FALSE if there are no more conflicts to retrieve.
E_POINTER.