Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the next change unit.
HRESULT Next(
[in] ULONG cChanges,
[out] ISyncChangeUnit **ppChangeUnit,
[in, out] ULONG *pcFetched
);
[in] cChanges
The number of change units to fetch. The only valid value is 1.
[out] ppChangeUnit
Returns the next change unit object.
[in, out] pcFetched
Returns the number of change units that are fetched.
The possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
|
|
This method currently only supports retrieval of a single change unit. Therefore, cChanges must be 1. Otherwise, the call will fail.
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | winsync.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today