IProviderSyncServices2::CreateMemoryConflictLog
Crée un objet IMemoryConflictLog qui peut être utilisé pour stocker des conflits en mémoire pendant la synchronisation.
Syntaxe
HRESULT CreateMemoryConflictLog(
IMemoryConflictLog ** ppConflictLog);
Paramètres
- ppConflictLog
[out] Objet IMemoryConflictLog qui vient d'être créé.
Valeur de retour
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_INVALID_OPERATION lorsque cet objet n'a pas été initialisé.