HP Operations Manager for Windows

OV_Action::GetByName()
OV_Action::GetByName_Trans()


OV_Action GetByName(
[in] string Name)
OV_Action 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_Action to be returned.

Calling Convention

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

Description

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

Return Value

Instance of OV_Action specified by the Name property.

Extended Status Codes

MDLAPI_E_TOOL_NOT_EXIST
Tool does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.