Next
Returns the next number ofTcEventDocLink objects in the enumeration sequence.
HRESULTNext(
[in] long celt,
[out, size_is(celt), length_is(*pceltFetched)] TcEventDocLink** ppElements,
[out, retval] long *pceltFetched);
Parameter
celt
[in] Number of requested elements of the enumeration sequence
ppElements
[out, size_is(celt), length_is(*pceltFetched)] Pointer to the first element of an array of TcEventDocLink objects. Returns the by pceltFetched given number of document links
pceltFetched
Returns the number of returned document links
Return Values
S_OK
Function was successfully called.
S_FALSE
Number of returned elements was less than the requested
E_POINTER
elements or pceltFetched were no valid pointer
Remarks
The method could not be called from Visual Basic
See also