Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.