[in] The replica ID of the replica where pChangeVersion and pCreationVersion are valid. The ID format must match the format that is specified by the ID_PARAMETERS structure of the provider.
pbItemId
[in] The ID of the item. The ID format must match the format that is specified by the ID_PARAMETERS structure of the provider.
pChangeVersion
[in] The version of this change.
pCreationVersion
[in] The creation version of the item.
dwFlags
[in] Flags that specify the state of the item change. For the flag values, see SYNC_CHANGE_FLAG Flags.
dwWorkForChange
[in] The work estimate for the change. This value is used during change application to report completed work to the application.
ppChangeBuilder
[in, out, unique] Returns an object that can be used to add change unit information to the change.
E_INVALIDARG when dwFlags contains a flag value that is not valid.
SYNC_E_INVALID_OPERATION when no group is open or an empty group was previously added to the batch.
SYNC_E_RANGE_OUT_OF_ORDER when an ordered group is open and pbItemId is less than the item ID of the previous item that was added to the group, or less than the item ID that was specified when the group was opened.