3.2.4.2.41.10 Parameters (get) (Opnum 21)
The Parameters (get) method retrieves an array of additional parameters for the rule and returns S_OK upon successful completion.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_RULE | 0x06))] HRESULT Parameters( [out, retval] SAFEARRAY(VARIANT)* parameters );
parameters: Pointer to a variable that upon completion contains the array of additional parameters for the rule.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
Return value/code
Description
0x80070057
E_INVALIDARG
The parameters parameter is NULL.
Upon receiving this message, the server MUST validate parameters:
Verify that parameters is not NULL.
The server MUST set the parameters array to the list of Rule.Parameters for the property definition or return a nonzero error code. See parameter strings in section 3.2.4.2 for more details on the format of the elements of the array retrieved.