Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the clock vector that is associated with the specified item ID.
HRESULT FindClockVectorForItem(
const BYTE *pbItemId,
REFIID riid,
IUnknown **ppUnk);
Parameters
- 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.
Return Value
S_OK
E_INVALIDARG
E_NOINTERFACE
E_OUTOFMEMORY