HP Operations Manager for Windows

OV_Tools::RemoveToolGroup()
OV_Tools::RemoveToolGroup_Trans()


void RemoveToolGroup(
[in] string ToolGroupName)
void RemoveToolGroup_Trans(
[in] string TransId,
[in] string ToolGroupName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ToolGroupName
The Name property of the instance of OV_Tools to be removed from this tool group.

Calling Convention

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

Description

Removes a child tool group (instance of OV_Tools) from this tool group.

Caution CAUTION:
If the tool group no longer belongs to any tool group after this operation, it is removed (see the description of the class method Remove).

Return Value

None.

Extended Status Codes

MDLAPI_E_TOOLGROUP_NOT_EXIST
Tool Group does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.