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.
Returns the next elements in the clock vector, if available.
Syntax
HRESULT Next(
ULONG cClockVectorElements,
IFeedClockVectorElement** ppiClockVectorElements,
ULONG* pcFetched );
Parameters
cClockVectorElements
[in] The number of clock vector elements to retrieve.ppiClockVectorElements
[out, size_is(cClockVectorElements), length_is(*pcFetched)] Returns the next pcFetched clock vector elements.pcFetched
[in, out, unique] Returns the number of clock vector elements retrieved. This value can be NULL if cClockVectorElements is 1; otherwise, it must not be NULL.
Return Value
S_OK
S_FALSE if there are no more elements to retrieve.
E_POINTER