IAzBizRuleParameters::GetParameterValue method (azroles.h)

The GetParameterValue method gets the value type of the business rule (BizRule) parameter with the specified name.

Syntax

HRESULT GetParameterValue(
  [in]  BSTR    bstrParameterName,
  [out] VARIANT *pvarParameterValue
);

Parameters

[in] bstrParameterName

A string that contains the parameter name.

[out] pvarParameterValue

A pointer to the data type of the parameter value.

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

IAzBizRuleParameters

IAzClientContext3::BizRuleParameters