Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an object that can be used to retrieve item data for the change item from the destination replica.
HRESULT GetDestinationProviderConflictingData(
IUnknown ** ppConflictingData);
Parameters
- ppConflictingData
[out] Returns an object that can be used to retrieve item data for the change item from the destination replica.
Return Value
S_OK
E_POINTER
SYNC_E_INTERNAL_ERROR when an internal error occurs.
Provider-specified error codes when the provider cannot load the data for the change.
Remarks
The object thatis returned in ppConflictingData can be an ISynchronousDataRetriever object or a provider-specific object.