Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 3.2 KB

nf-azroles-iazbizruleinterfaces-addinterface.md

File metadata and controls

77 lines (61 loc) · 3.2 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.AddInterface
IAzBizRuleInterfaces::AddInterface (azroles.h)
Adds the specified interface to the list of IDispatch interfaces that can be called by business rule (BizRule) scripts.
AddInterface
AddInterface method [Security]
AddInterface method [Security]
IAzBizRuleInterfaces interface
IAzBizRuleInterfaces interface [Security]
AddInterface method
IAzBizRuleInterfaces.AddInterface
IAzBizRuleInterfaces::AddInterface
azroles/IAzBizRuleInterfaces::AddInterface
security.iazbizruleinterfaces_addinterface
security\iazbizruleinterfaces_addinterface.htm
security
063492b9-9970-4605-84f5-d8b80afc719b
12/05/2018
AddInterface, AddInterface method [Security], AddInterface method [Security],IAzBizRuleInterfaces interface, IAzBizRuleInterfaces interface [Security],AddInterface method, IAzBizRuleInterfaces.AddInterface, IAzBizRuleInterfaces::AddInterface, azroles/IAzBizRuleInterfaces::AddInterface, security.iazbizruleinterfaces_addinterface
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Azroles.idl
Windows
19H1
IAzBizRuleInterfaces::AddInterface
azroles/IAzBizRuleInterfaces::AddInterface
c++
APIRef
kbSyntax
COM
Azroles.h
IAzBizRuleInterfaces.AddInterface

IAzBizRuleInterfaces::AddInterface

-description

The AddInterface method adds the specified interface to the list of IDispatch interfaces that can be called by business rule (BizRule) scripts. To add the specified interface, AzMan calls the AddNamedItem method of the IActiveScript interface.

-parameters

-param bstrInterfaceName [in]

A string that contains the name used by scripts to call the interface specified by the varInterface parameter.

-param lInterfaceFlag [in]

Flags sent to the AddNamedItem method of the IActiveScript interface. The AddNamedItem always behaves as if the SCRIPTITEM_ISVISIBLE flag is set, and the SCRIPTITEM_ISPERSISTENT flag is not set.

-param varInterface [in]

The ID of the interface to be added.

-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

IAzBizRuleInterfaces