3.2.4.2.42.6 Value (get) (Opnum 28)

The Value (get) method returns the value applied by the rule.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_RULE | 0x03))] HRESULT Value(
   [out, retval] BSTR* value
 );

value: Pointer to a variable that upon completion contains the value applied by 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 value parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that value is not NULL.

If any validation fails, the server MUST terminate processing and return a nonzero error code.

The server MUST set value to the Rule.value applied by the rule or return a nonzero error code. For rules using a module that does not require an explicit value, the server MUST set the value parameter to an empty string.