GetNext method
Returns the next Dashboard result row. Returns NULL if there is no row. 
Syntax
 
C++
HRESULT 
 GetNext ( 
   IERUDashboardRow** ppNext) 
Scripting 
 languages
Set 
 Next = Object.GetNext 
 () 
  |  
 
Parameters
 
ppFirst
Upon return, an IERUDashboardRow 
 interface pointer to the next Dashboard result row. 
Return value
 
C++
The return code.  | 
Scripting languages:
Upon return, an IERUDashboardRow 
 interface pointer to the next Dashboard result row.  |  
 
   | 
 Home 
 
Applies to 
IERUDashboardResults  |