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