Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns the next elements in the conflict log, if they are available.
Syntax
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.