IClockVectorServices::CreateClockVectorElement

クロック ベクターに追加できる IClockVectorElement オブジェクトを作成します。

構文

HRESULT CreateClockVectorElement(
  DWORD dwReplicaKey,
  ULONGLONG ulTickCount,
  IClockVectorElement** ppiClockVectorElement);

パラメーター

  • dwReplicaKey
    [in] 要素に関連付けられているレプリカのキーです。

  • ulTickCount
    [in] 要素のティック数です。

  • ppiClockVectorElement
    [out] 新しく作成されたクロック ベクター要素を返します。

戻り値

  • S_OK

  • E_INVALIDARG

  • E_POINTER

  • E_OUTOFMEMORY

関連項目

その他の技術情報

IClockVectorServices インターフェイス