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 source replica.
HRESULT GetSourceProviderConflictingData(
IUnknown ** ppConflictingData);
Parameters
- ppConflictingData
[out] Returns an object that can be used to retrieve item data for the change item from the source replica.
Return Value
S_OK.
S_FALSE when no source change data exists. In this case, ppConflictingData is set to NULL.
E_POINTER.