Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.73 KB

nf-azroles-iazscope2-openroledefinition.md

File metadata and controls

71 lines (58 loc) · 2.73 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.IAzScope2.OpenRoleDefinition
IAzScope2::OpenRoleDefinition (azroles.h)
Opens an IAzRoleDefinition object with the specified name in this scope.
IAzScope2 interface [Security]
OpenRoleDefinition method
IAzScope2.OpenRoleDefinition
IAzScope2::OpenRoleDefinition
OpenRoleDefinition
OpenRoleDefinition method [Security]
OpenRoleDefinition method [Security]
IAzScope2 interface
azroles/IAzScope2::OpenRoleDefinition
security.iazscope2_openroledefinition
security\iazscope2_openroledefinition.htm
security
58b792aa-1432-4b23-8d7a-33606741bf27
12/05/2018
IAzScope2 interface [Security],OpenRoleDefinition method, IAzScope2.OpenRoleDefinition, IAzScope2::OpenRoleDefinition, OpenRoleDefinition, OpenRoleDefinition method [Security], OpenRoleDefinition method [Security],IAzScope2 interface, azroles/IAzScope2::OpenRoleDefinition, security.iazscope2_openroledefinition
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Azroles.dll
Windows
19H1
IAzScope2::OpenRoleDefinition
azroles/IAzScope2::OpenRoleDefinition
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzScope2.OpenRoleDefinition

IAzScope2::OpenRoleDefinition

-description

The OpenRoleDefinition method opens an IAzRoleDefinition object with the specified name in this scope.

-parameters

-param bstrRoleDefinitionName [in]

A string that contains the name of the IAzRoleDefinition object to open.

-param ppRoleDefinitions [out]

The address of a pointer to the IAzRoleDefinition object that this method opens.

When you have finished using the IAzRoleDefinition 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.