Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 2.44 KB

nf-azroles-iaztask-addoperation.md

File metadata and controls

77 lines (62 loc) · 2.44 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:azroles.IAzTask.AddOperation
IAzTask::AddOperation (azroles.h)
Adds the IAzOperation object with the specified name to the task.
AddOperation
AddOperation method [Security]
AddOperation method [Security]
AzTask object
AddOperation method [Security]
IAzTask interface
AzTask object [Security]
AddOperation method
IAzTask interface [Security]
AddOperation method
IAzTask.AddOperation
IAzTask::AddOperation
azroles/IAzTask::AddOperation
security.iaztask_addoperation
security\iaztask_addoperation.htm
security
73da7094-440c-4e68-8d43-9f4ba26dd14b
03/20/2023
AddOperation, AddOperation method [Security], AddOperation method [Security],AzTask object, AddOperation method [Security],IAzTask interface, AzTask object [Security],AddOperation method, IAzTask interface [Security],AddOperation method, IAzTask.AddOperation, IAzTask::AddOperation, azroles/IAzTask::AddOperation, security.iaztask_addoperation
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Azroles.lib
Azroles.dll
Windows
Windows Server 2003 Administration Tools Pack on Windows XP
19H1
IAzTask::AddOperation
azroles/IAzTask::AddOperation
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzTask.AddOperation
AzTask.AddOperation

IAzTask::AddOperation

-description

The AddOperation method adds the IAzOperation object with the specified name to the task.

-parameters

-param bstrOp [in]

Name of the IAzOperation object to add to the task.

-param varReserved [in, optional]

Reserved for future use.

-returns

If the method succeeds, it will return S_OK. Any other HRESULT value indicates that the operation failed.

-remarks

You must call the Submit method to persist any changes made by this method.

-see-also

IAzOperation

Submit