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 change unit ID.
HRESULT FindClockVectorForChangeUnit(
const BYTE *pbItemId,
const BYTE *pbChangeUnitId,
REFIID riid,
IUnknown **ppUnk);
Parameters
- pbItemId
[in] The ID of the item that contains the change unit that is associated with the clock vector to retrieve.
- pbChangeUnitId
[in] The ID of the change unit that is associated with the clock vector to retrieve.
- riid
[in] The IID of the object to retrieve. Must be IID_IEnumClockVector.
- ppUnk
[out, riid_is(riid)] Returns an object that implements riid and that can enumerate the list of IClockVector objects that is associated with pbChangeUnitId.
Return Value
S_OK
E_INVALIDARG
E_NOINTERFACE
E_OUTOFMEMORY