3.2.4.2.45.4 Logging (put) (Opnum 10)

The Logging (put) method sets the logging flags used for classification and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_MANAGER | 0x02))] HRESULT Logging(
   [in] long logging
 );

logging: Contains the logging flags to use for classification.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The logging parameter is not a valid FsrmClassificationLoggingFlags (section 2.2.2.7.1.1) value.

Upon receiving this message, the server MUST validate parameters:

  • Verify that logging contains valid FsrmClassificationLoggingFlags (section 2.2.2.7.1.1) values.

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

The server MUST set the Default Classification Job's Classification Job.Logging to logging.