3.2.4.2.48.14 Logging (get) (Opnum 24)
The Logging (get) method retrieves the logging flags of the file management job as defined in the FsrmFileManagementLoggingFlags (section 2.2.2.9.1.2) enumeration and returns S_OK upon successful completion.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x08))] HRESULT Logging( [out, retval] long* loggingFlags );
loggingFlags: Pointer to a variable that upon completion contains the logging flags of the file management job.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
Return value/code
Description
0x80070057
E_INVALIDARG
The loggingFlags parameter is NULL.
Upon receiving this message, the server MUST validate parameters:
Verify that loggingFlags is not NULL.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set loggingFlags to the logging flags of the file management job.