IASynchronousNotifyingChangeApplierTarget::GetDestinationVersion

Gets the version of an item that is stored in the destination replica.

NoteNote

This method is now obsolete.


HRESULT GetDestinationVersion(
  ISyncChange * pSourceChange,
  ISyncChange ** ppDestinationVersion);

pSourceChange

[in] The item change that is sent by the source provider.

ppDestinationVersion

[out] Returns an item change that contains the version of the item in the destination replica.

  • S_OK

  • Provider-determined error codes

This method is called by the IAsynchronousNotifyingChangeApplier object when destination versions are not passed to the IAsynchronousNotifyingChangeApplier::ApplyChanges method. GetDestinationVersion is called one time for each change in the batch of changes that is sent to the change applier.

Show: