HP Operations Manager for Windows

OV_ExternalNode::IsChildOf()
OV_ExternalNode::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 node group (instance of OV_NodeGroup) to check if the node group is the parent of this external node.

Calling Convention

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

Description

Returns true if the specified node group (instance of OV_NodeGroup) is the parent of this external node.

Return Value

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

Extended Status Codes

MDLAPI_E_NODEGROUP_NOT_EXIST
Node Group does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.