3.2.4.2.45.3 Logging (get) (Opnum 9)

The Logging (get) method retrieves the logging flags used for classification as defined in the FsrmClassificationLoggingFlags (section 2.2.2.7.1.1) enumeration and returns S_OK upon successful completion.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_MANAGER | 0x02))] HRESULT Logging(
   [out, retval] long* logging
 );

logging: Pointer to a variable that upon completion contains the logging flags used 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 NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that logging is not NULL.

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

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