Retrieves the next thread object in the enumeration.
Syntax
HRESULT Next( ULONG celt, IRemoteDebugApplicationThread **pprdat, ULONG *pceltFetched );
Parameters
- celt
- [in] Unsigned long integer value that indicates the number of thread objects to return.
- pprdat
- [out] Address of a pointer to an IRemoteDebugApplicationThread interface.
- pceltFetched
- [out] Unsigned long integer value that receives the number of thread objects actually returned.
Return Value
Returns S_OK if successful, or an error code otherwise.