HP Operations Manager for Windows

OV_ExternalNode::GetByName()
OV_ExternalNode::GetByName_Trans()


OV_ExternalNode GetByName(
[in] string Name)
OV_ExternalNode GetByName_Trans(
[in] string TransId,
[in] string Name)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Name
The Name property of an instance of OV_ExternalNode to be returned.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns the external node (instance of OV_ExternalNode) specified by the Name property.

Return Value

Instance of OV_ExternalNode specified by a Name property.

Extended Status Codes

MDLAPI_E_EXT_NODE_NOT_EXIST
External node does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.