OV_NodeGroup::GetActions()
OV_NodeGroup::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 group. An
instance is valid as a returned out parameter only if the method
does not fail.
- IncludeInherited
- Indicates whether Actions also contains instances of OV_Action
that are inherited from these node group parents (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 group.
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.