ISyncCallback2::OnChangeApplied
Occurs after a change is successfully applied.
Syntax
HRESULT OnChangeApplied(
DWORD dwChangesApplied,
DWORD dwChangesFailed);
Parameters
Term |
Definition |
dwChangesApplied |
[in] The number of changes that have been successfully applied during the synchronization session. This value is the sum of item changes plus change unit changes. |
dwChangesFailed |
[in] The number of changes that have failed to apply during the synchronization session. This value is the sum of item changes plus change unit changes. |
Return Value
S_OK
Application-determined error codes