HP Operations Manager for Windows

OV_NodeGroup::RemoveReport()
OV_NodeGroup::RemoveReport_Trans()


void RemoveReport(
[in] string ReportName)
void RemoveReport_Trans(
[in] string TransId,
[in] string ReportName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ReportName
The Name of the report to be removed from this node group.

Calling Convention

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

Description

Removes a report from this node group.

Return Value

None.

Extended Status Codes

MDLAPI_E_REPORT_NOT_EXIST
Report does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.