Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the clock vector that is associated with the specified change unit ID.
Syntax
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