3.2.4.2.48.15 Logging (put) (Opnum 25)
The Logging (put) method sets the logging flags property of the file management job and returns S_OK upon successful completion.
-
[propput, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x08))] HRESULT Logging( [in] long loggingFlags );
loggingFlags: Contains the logging flags for this 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 not a valid FsrmFileManagementLoggingFlags (section 2.2.2.9.1.2) value. |
Upon receiving this message, the server MUST validate parameters:
Verify that loggingFlags contains valid FsrmFileManagementLoggingFlags (section 2.2.2.9.1.2) values.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set File Management Job.Logging of the file management job to loggingFlags.