IAzAuthorizationStore3::BizruleGroupSupported method (azroles.h)

The BizruleGroupSupported method returns a Boolean value that specifies whether this IAzAuthorizationStore3 object supports application groups that use business rule (BizRule) scripts.

Syntax

HRESULT BizruleGroupSupported(
  [out] VARIANT_BOOL *pbSupported
);

Parameters

[out] pbSupported

VARIANT_TRUE if the current IAzAuthorizationStore3 object supports scripts that use business logic to determine group membership; otherwise, VARIANT_FALSE.

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