Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 2.26 KB

nf-azroles-iazrole-addtask.md

File metadata and controls

77 lines (62 loc) · 2.26 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.IAzRole.AddTask
IAzRole::AddTask (azroles.h)
Adds the IAzTask object with the specified name to the role.
AddTask
AddTask method [Security]
AddTask method [Security]
AzRole object
AddTask method [Security]
IAzRole interface
AzRole object [Security]
AddTask method
IAzRole interface [Security]
AddTask method
IAzRole.AddTask
IAzRole::AddTask
azroles/IAzRole::AddTask
security.iazrole_addtask
security\iazrole_addtask.htm
security
51ba30c3-8067-4aca-b8aa-8e64d4427b98
03/20/2023
AddTask, AddTask method [Security], AddTask method [Security],AzRole object, AddTask method [Security],IAzRole interface, AzRole object [Security],AddTask method, IAzRole interface [Security],AddTask method, IAzRole.AddTask, IAzRole::AddTask, azroles/IAzRole::AddTask, security.iazrole_addtask
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
IAzRole::AddTask
azroles/IAzRole::AddTask
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzRole.AddTask
AzRole.AddTask

IAzRole::AddTask

-description

The AddTask method adds the IAzTask object with the specified name to the role.

-parameters

-param bstrProp [in]

Name of the IAzTask object to add to the role.

-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

IAzTask

Submit