ISyncKnowledge::FindClockVectorForItem

Gets the clock vector that is associated with the specified item ID.


HRESULT FindClockVectorForItem( 
  const BYTE *pbItemId,
  REFIID riid,
  IUnknown **ppUnk);

pbItemId

[in] The ID of the item that is associated with the clock vector to find.

riid

[in] The IID of the object to retrieve. Must be IID_IFeedClockVector or IID_IClockVector.

ppUnk

[out, riid_is(riid)] Returns an object that implements riid and that represents the clock vector associated with pbItemId.

  • S_OK

  • E_INVALIDARG

  • E_NOINTERFACE

  • E_OUTOFMEMORY

Show: