3.2.4.2.42.4 PropertyAffected (get) (Opnum 26)

The PropertyAffected (get) method retrieves the property affected property of by the rule and returns S_OK upon successful completion.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_RULE | 0x02))] HRESULT PropertyAffected(
   [out, retval] BSTR* property
 );

property: Pointer to a variable that upon completion contains the property affected property of 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 property parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that property is not NULL.

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

The server MUST set property to the property affected property of the rule.