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