The change made on the destination replica always wins. This supports the case in which the destination replica does not consume changes that are made by remote clients. Sync Framework specifies a conflict resolution action of SRA_ACCEPT_DESTINATION_PROVIDER.
CRP_SOURCE_PROVIDER_WINS
The change made on the source replica always wins. This supports a read-only synchronization solution in which the destination replica is not to be trusted. Sync Framework specifies a conflict resolution action of SRA_ACCEPT_SOURCE_PROVIDER.
CRP_LAST
A placeholder for the last element in the enumeration. Do not use this value.
The members of CONFLICT_RESOLUTION_POLICY are used by a synchronization application to specify the policy that the change applier uses to resolve concurrency conflicts that occur during synchronization. Concurrency conflicts occur when the same item or change unit is changed on two different replicas that are later synchronized. For more information on concurrency conflicts, see Detecting and Resolving Concurrency Conflicts.