IFsrmPipelineModuleDefinition::put_Parameters method (fsrmpipeline.h)

The optional parameters to pass to the module.

This property is read/write.

Syntax

HRESULT put_Parameters(
  SAFEARRAY *parameters
);

Parameters

parameters

Return value

None

Remarks

There is no limit to length of the parameter name or value, nor is there a limit the number of parameters that you can specify. Specifying a parameter without a value is valid (for example, "parameter=").

The parameters are included in the module definition that FSRM passes to the module's IFsrmPipelineModuleImplementation::OnLoad implementation.

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

IFsrmPipelineModuleDefinition