IConstraintConflict::GetDestinationProviderConflictingChange

Gets the change metadata from the destination provider.

HRESULT GetDestinationProviderConflictingChange(
  ISyncChange ** ppConflictingChange);

Parameters

  • ppConflictingChange
    [out] Returns the change metadata from the destination provider.

Return Value

  • S_OK.

  • S_FALSE when the conflict does not contain a conflicting destination item.

  • E_POINTER.

See Also

Reference

IConstraintConflict Interface