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