3.2.4.2.44.5 PropertiesUsed (put) (Opnum 34)

The PropertiesUsed (put) method sets the propertiesUsed of the classifier module definition.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFIER_MODULE_DEFINITION | 0x02))] HRESULT PropertiesUsed(
   [in] SAFEARRAY(VARIANT) propertiesUsed
 );

propertiesUsed: Contains the names of the properties potentially used 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 propertiesUsed parameter is not of type VT_BSTR.

The server MUST set the propertiesUsed of the classifier module definition to propertiesUsed or return a nonzero error code. propertiesUsed is not used by the server during any processing. It is kept for informational purposes about the classifier module definition.