IFsrmRule::put_Parameters method (fsrmpipeline.h)

The parameters that are passed to the classifier.

This property is read/write.

Syntax

HRESULT put_Parameters(
  SAFEARRAY *parameters
);

Parameters

parameters

Return value

None

Remarks

Specify parameters only if the classifier expects the rule to pass parameters.

The parameters are not passed directly to the classifier. Instead the rule is passed to the classifier which contains the parameters (see the IFsrmPipelineModuleImplementation::OnLoad method).

FSRM does not limit the length of the parameter name or value, nor does it limit the number of parameters that you can specify. Specifying a parameter without a value is valid (for example, "parameter=").

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmRule