HP Operations Manager for Windows

OV_NodeGroup::HasReport()
OV_NodeGroup::HasReport_Trans()


boolean HasReport(
[in] string ReportName)
boolean HasReport_Trans(
[in] string TransId,
[in] string ReportName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ReportName
The Name of the report used to verify that it is associated with this node group.

Calling Convention

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

Description

Returns true if the specified report is associated with this node group.

Return Value

True if the report with the name ReportName is associated with this node group.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.