Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the version of an item that is stored in the destination replica.
Note
This method is now obsolete.
HRESULT GetDestinationVersion(
ISyncChange * pSourceChange,
ISyncChange ** ppDestinationVersion);
Parameters
- 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.
Return Value
S_OK
Provider-determined error codes
Remarks
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.