OV_ManagedNode::GetActions()
OV_ManagedNode::GetActions_Trans()
- sint32 GetActions(
- [out] OV_Action Actions[],
- [in, optional] boolean IncludeInherited)
- sint32 GetActions_Trans(
- [in] string TransId,
- [out] OV_Action Actions[],
- [in, optional] boolean IncludeInherited)
Parameters
- TransId
- Transaction ID returned from OV_Transaction::Start().
- Actions
- Instances of OV_Action that are added to this node. An instance
is valid as a returned out parameter only if the method does not
fail.
- IncludeInherited
- Defines whether Actions also contains instances of OV_Action
that are inherited from the parents of this node (and their
parents, recursively). Optional parameter. Default value is
false.
Calling Convention
These methods can be called only from a WMI instance object.
Description
Returns a list of tools (instances of OV_Action) added to this
node.
Return Value
Number of tools in the out parameter Actions.
Extended Status Codes
- MDLAPI_E_TRANSACTION_NOT_EXIST
- Transaction with the specified ID does not exist.