IConstraintConflict::GetConstraintResolveActionForChangeUnit

Gets the conflict resolution action for the conflicting change unit change.


HRESULT GetConstraintResolveActionForChangeUnit(
  ISyncChangeUnit *pChangeUnit, 
  SYNC_CONSTRAINT_RESOLVE_ACTION * pConstraintResolveAction);

pChangeUnit

[in] The change unit for which to retrieve the conflict resolution action.

pConstraintResolveAction

[out] Returns the conflict resolution action for the conflicting change unit change.

  • S_OK.

  • E_INVALIDARG.

  • E_POINTER.

  • SYNC_E_INVALID_OPERATION when the change does not contain change units.

Show: