次の方法で共有


IProviderSyncServices2::CreateMemoryConflictLog

同期中に競合をメモリに格納するために使用できる IMemoryConflictLog オブジェクトを作成します。

構文

HRESULT CreateMemoryConflictLog(
  IMemoryConflictLog ** ppConflictLog);

パラメーター

  • ppConflictLog
    [out] 新しく作成された IMemoryConflictLog オブジェクトです。

戻り値

  • S_OK

  • E_OUTOFMEMORY

  • E_POINTER

  • SYNC_E_INVALID_OPERATION (このオブジェクトが初期化されていない場合)

関連項目

その他の技術情報

IProviderSyncServices2 インターフェイス

競合のログ記録と管理