IFsrmFileManagementJob::Parameters property
[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]
The parameters for the file management job.
This property is read/write.
Syntax
HRESULT put_Parameters(
[in] SAFEARRAY(VARIANT) parameters
);
HRESULT get_Parameters(
[out] SAFEARRAY(VARIANT) *pParameters
);
Property value
An array of parameters to pass to the module. Each element of the SAFEARRAY is a VARIANT of type VT_BSTR. Set the bstrVal member of the variant to the parameter.
Parameters are of the form, "parameter=value".
Error codes
The method returns the following return values.
| Name | Meaning |
|---|---|
|
Success |
|
The parameters are in the wrong format, or elements in the array are not strings. |
Remarks
There is no limit to the length of the parameter name or value, nor is there a limit to the number of parameters that you can specify. Specifying a parameter without a value is valid (for example, "parameter=").
Requirements
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
DLL |
|
|
IID |
IID_IFsrmFileManagementJob is defined as 0770687e-9f36-4d6f-8778-599d188461c9 |
See also
Send comments about this topic to Microsoft
Build date: 12/6/2012
