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.
This method retrieves the next celt threads in an enumeration sequence.
HRESULT Next( [in] ULONG celt, [out, size_is(celt), length_is(*pceltFetched)] IOsAxsProcess** rgelt, [out] ULONG*pceltFetched);
Parameters
- celt
Number of threads to be returned. - rgelt
Array of returned threads. - pceltFetched
Number of threads returned in rgetl.
Return Values
This method returns S_OK if it retrieves celt threads, and S_FALSE otherwise.
Requirements
OS Version: Windows CE 5.0 and later.
Header: OsAccess.h.
Link Library: OSAXSC.lib.
See Also
Send Feedback on this topic to the authors