3.2.4.2.48.24 DaysSinceFileLastAccessed (get) (Opnum 34)

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

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x0d))] HRESULT DaysSinceFileLastAccessed(
   [out, retval] long* daysSinceAccess
 );

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

Upon receiving this message, the server MUST validate parameters:

  • Verify that daysSinceAccess is not NULL.

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

 The server MUST set daysSinceAccess to the days since file last accessed this file management job.