Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.74 KB

nf-azroles-iazbizruleinterfaces-getinterfacevalue.md

File metadata and controls

81 lines (62 loc) · 2.74 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.IAzBizRuleInterfaces.GetInterfaceValue
IAzBizRuleInterfaces::GetInterfaceValue (azroles.h)
Gets the ID and flags of the interface that corresponds to the specified interface name.
GetInterfaceValue
GetInterfaceValue method [Security]
GetInterfaceValue method [Security]
IAzBizRuleInterfaces interface
IAzBizRuleInterfaces interface [Security]
GetInterfaceValue method
IAzBizRuleInterfaces.GetInterfaceValue
IAzBizRuleInterfaces::GetInterfaceValue
azroles/IAzBizRuleInterfaces::GetInterfaceValue
security.iazbizruleinterfaces_getinterfacevalue_method
security\iazbizruleinterfaces_getinterfacevalue_method.htm
security
d5d12529-6ce8-4189-949b-210d8ec84084
12/05/2018
GetInterfaceValue, GetInterfaceValue method [Security], GetInterfaceValue method [Security],IAzBizRuleInterfaces interface, IAzBizRuleInterfaces interface [Security],GetInterfaceValue method, IAzBizRuleInterfaces.GetInterfaceValue, IAzBizRuleInterfaces::GetInterfaceValue, azroles/IAzBizRuleInterfaces::GetInterfaceValue, security.iazbizruleinterfaces_getinterfacevalue_method
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Azroles.idl
Windows
19H1
IAzBizRuleInterfaces::GetInterfaceValue
azroles/IAzBizRuleInterfaces::GetInterfaceValue
c++
APIRef
kbSyntax
COM
Azroles.h
IAzBizRuleInterfaces.GetInterfaceValue

IAzBizRuleInterfaces::GetInterfaceValue

-description

The GetInterfaceValue method gets the ID and flags of the interface that corresponds to the specified interface name.

-parameters

-param bstrInterfaceName [in]

A string that contains the interface name.

-param lInterfaceFlag [out]

A pointer to the flags associated with the interface name.

-param varInterface [out]

A pointer to the ID associated with the interface name.

-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.

-see-also

AddInterface

IAzBizRuleInterfaces