IProviderSyncServices2::CreateMemoryConflictLog

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

HRESULT CreateMemoryConflictLog(
  IMemoryConflictLog ** ppConflictLog);

パラメーター

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

戻り値

  • S_OK

  • E_OUTOFMEMORY

  • E_POINTER

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

参照

リファレンス

IProviderSyncServices2 インターフェイス

その他のリソース

競合のログ記録と管理