Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the next item change.
HRESULT Next(
ULONG cChanges,
ISyncChange **ppChange,
ULONG *pcFetched);
Parameters
- cChanges
[in, range(0, 1)] 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