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.
Sets the conflict winner information when this change is a conflict that requires more information.
HRESULT SetConflictWinnerInfo(
ULONGLONG ullTickCount);
Parameters
- ullTickCount
[in] The tick count, valid on the destination replica, to use for the version of the change that resolves the conflict.
Return Value
S_OK.
E_INVALIDARG when ullTickCount is less than the current tick count of the destination replica.
SYNC_E_INVALID_OPERATION when IChangeApplicationContext::GetChangeApplicationAction returned a value other than CAA_SET_CONFLICT_WINNER_INFO.
Remarks
When a conflict can be resolved by applying a change to the destination replica, the change applier service requires the destination provider to specify a tick count to use for the version of the change that resolves the conflict.