HP Operations Manager for Windows

OV_Tools::IsChildOf()
OV_Tools::IsChildOf_Trans()


boolean IsChildOf(
[in] string ParentName)
boolean IsChildOf_Trans(
[in] string TransId,
[in] string ParentName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ParentName
The Name property of the tool group (instance of OV_Tools) used to verify that it is a parent of this tool group.

Calling Convention

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

Description

Returns true if the specified tool group (instance of OV_Tools) is a parent of this tool group.

Return Value

True if the tool group (instance of OV_Tools) specified by the ParentName parameter is a parent of this node group.

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.