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. |
|
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 |
|
|
|
|
|
|
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.
A string that contains the name used by scripts to call the interface specified by the varInterface parameter.
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.
The ID of the interface to be added.
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.