IProviderSyncServices2::CreateMemoryConflictLog

Creates an IMemoryConflictLog object that can be used to store conflicts in memory during synchronization.


HRESULT CreateMemoryConflictLog(
  IMemoryConflictLog ** ppConflictLog);

ppConflictLog

[out] The newly created IMemoryConflictLog object.

  • S_OK.

  • E_OUTOFMEMORY.

  • E_POINTER.

  • SYNC_E_INVALID_OPERATION when this object has not been initialized.

Show: