ISaveChangeContext2::GetWinnerChange

Gets the metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict.

HRESULT GetWinnerChange(
  ISyncChange ** ppWinnerChange);

Parameters

  • ppWinnerChange
    [out] Returns the metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict.

Return Value

  • S_OK.

  • E_POINTER.

  • SYNC_E_INVALID_OPERATION when no winner change metadata exists in this object.

Remarks

It is valid to call this method only when the change to be applied is the result of a constraint conflict that is resolved by merging.

See Also

Reference

ISaveChangeContext2 Interface