3.2.4.2.44.2 PropertiesAffected (get) (Opnum 31)

The PropertiesAffected (get) method returns Properties affected by the classifier module definition.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFIER_MODULE_DEFINITION | 0x01))] HRESULT PropertiesAffected(
   [out, retval] SAFEARRAY(VARIANT)* propertiesAffected
 );

propertiesAffected: Pointer to a variable that upon completion contains the Properties affected by the classifier module definition.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

The propertiesAffected parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that propertiesAffected is not NULL.

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

The server MUST set the propertiesAffected array to the Properties affected by the classifier module definition.