HP Operations Manager for Windows

OV_Tools::GetByName()
OV_Tools::GetByName_Trans()


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

Parameters

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

Calling Convention

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

Description

Returns the tool group (instance of OV_Tools) specified by the Name property.

Return Value

Instance of OV_Tools specified by the Name property.

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.