3.2.4.2.45.7 ClassificationReportEnabled (get) (Opnum 13)

The ClassificationReportEnabled (get) method retrieves an indication of whether classification will generate a report when it is run and returns S_OK upon successful completion.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_MANAGER | 0x04))] HRESULT ClassificationReportEnabled(
   [out, retval] VARIANT_BOOL* reportEnabled
 );

reportEnabled: Pointer to a variable that upon completion contains the Boolean indication of whether classification will generate a report when it is run.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The reportEnabled parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that reportEnabled is not NULL.

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