Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the next item change.
HRESULT Next(
ULONG cChanges,
ISyncChange **ppChange,
ULONG *pcFetched);
Parameters
- cChanges
[in] The number of changes to fetch. The only valid value is 1.
- ppChange
[out,size_is(cChanges),length_is(*pcFetched)] Returns the next item change.
- pcFetched
[in, out, unique] Returns the number of changes that are fetched.
Return Value
S_OK
S_FALSE
E_POINTER