3.2.4.2.45.8 ClassificationReportEnabled (put) (Opnum 14)

The ClassificationReportEnabled (put) method sets the report enabled property for classification and returns S_OK upon successful completion. The report enabled property determines if classification will generate a report when run.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_MANAGER|0x04))] HRESULT ClassificationReportEnabled(
   [in] VARIANT_BOOL reportEnabled
 );

reportEnabled: Contains a Boolean value for the report enabled property for classification.

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

 The server MUST set Generate classification report  to reportEnabled or return a nonzero error code.