Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.87 KB

nf-azroles-iazapplication3-createroleassignment.md

File metadata and controls

71 lines (58 loc) · 2.87 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.IAzApplication3.CreateRoleAssignment
IAzApplication3::CreateRoleAssignment (azroles.h)
Creates a new IAzRoleAssignment object with the specified name.
CreateRoleAssignment
CreateRoleAssignment method [Security]
CreateRoleAssignment method [Security]
IAzApplication3 interface
IAzApplication3 interface [Security]
CreateRoleAssignment method
IAzApplication3.CreateRoleAssignment
IAzApplication3::CreateRoleAssignment
azroles/IAzApplication3::CreateRoleAssignment
security.iazapplication3_createroleassignment
security\iazapplication3_createroleassignment.htm
security
0646601d-97e6-437a-abfe-99fdb5bb1354
12/05/2018
CreateRoleAssignment, CreateRoleAssignment method [Security], CreateRoleAssignment method [Security],IAzApplication3 interface, IAzApplication3 interface [Security],CreateRoleAssignment method, IAzApplication3.CreateRoleAssignment, IAzApplication3::CreateRoleAssignment, azroles/IAzApplication3::CreateRoleAssignment, security.iazapplication3_createroleassignment
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Azroles.dll
Windows
19H1
IAzApplication3::CreateRoleAssignment
azroles/IAzApplication3::CreateRoleAssignment
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplication3.CreateRoleAssignment

IAzApplication3::CreateRoleAssignment

-description

The CreateRoleAssignment method creates a new IAzRoleAssignment object with the specified name.

-parameters

-param bstrRoleAssignmentName [in]

A string that contains the name of the new IAzRoleAssignment object.

-param ppRoleAssignment [out]

The address of a pointer to the IAzRoleAssignment object that this method creates.

When you have finished using this IAzRoleAssignment object, release it by calling the IUnknown::Release method.

-returns

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.