HP Operations Manager for Windows

OV_NodeGroup::GetReports()
OV_NodeGroup::GetReports_Trans()


sint32 GetReports(
[out] string Reports[] )
sint32 GetReports_Trans(
[in] string TransId,
[out] string Reports[] )

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Reports
The Names of reports that are added to this node group. The list is valid as a returned out parameter only if the method does not fail.

Calling Convention

These methods can be called only from a WMI instance object.

Description

Returns a list of names of reports added to this node group.

Return Value

Number of report names in the out parameter Reports.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.