IProviderSyncServices2::CreateMemoryConflictLog

创建一个可用于在同步过程中将冲突存储在内存中的 IMemoryConflictLog 对象。

语法

HRESULT CreateMemoryConflictLog(
  IMemoryConflictLog ** ppConflictLog);

参数

  • ppConflictLog
    [out] 新创建的 IMemoryConflictLog 对象。

返回值

  • S_OK。

  • E_OUTOFMEMORY。

  • E_POINTER。

  • 如果尚未初始化此对象,则返回值为 SYNC_E_INVALID_OPERATION。

请参阅

其他资源

IProviderSyncServices2 接口

记录和管理冲突