3.2.4.2.48.26 DaysSinceFileLastModified (get) (Opnum 36)

The DaysSinceFileLastModified (get) method returns the days since file last modified property for the file management job.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x0e))] HRESULT DaysSinceFileLastModified(
   [out, retval] long* daysSinceModify
 );

daysSinceModify: Pointer to a variable that upon completion contains the days since file last modified property 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 daysSinceModify parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that daysSinceModify is not NULL.

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

 The server MUST set daysSinceModify to the days since file last modified of this file management job.