IAzBizRuleInterfaces::Remove method (azroles.h)

The Remove method removes the specified interface from the list of interfaces The number of interfaces in the list of interfaces that can be called by BizRule scripts.

Syntax

HRESULT Remove(
  [in] BSTR bstrInterfaceName
);

Parameters

[in] bstrInterfaceName

The name of the interface to remove.

Return value

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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header azroles.h

See also

AddInterface

IAzBizRuleInterfaces