3.2.4.2.44.3 PropertiesAffected (put) (Opnum 32)

The PropertiesAffected (put) method sets the properties affected of the classifier module definition.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFIER_MODULE_DEFINITION | 0x01))] HRESULT PropertiesAffected(
   [in] SAFEARRAY(VARIANT) propertiesAffected
 );

propertiesAffected: Contains the names of the properties potentially affected by this classifier.

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 not of type VT_BSTR.

The server MUST set the properties affected of the classifier module definition to propertiesAffected or return a nonzero error code.