3.2.4.2.48.37 LastReportPathWithoutExtension (get) (Opnum 47)
The LastReportPathWithoutExtension (get) method retrieves the last report directory without extension where the generated report(s) was (were) stored when the file management job was previously run and returns S_OK upon successful completion.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x15))] HRESULT LastReportPathWithoutExtension( [out, retval] BSTR* path );
path: Pointer to a variable that upon completion contains the last report directory without extension where the generated report(s) was (were) stored when the file management job was previously run.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
-
Return value/code
Description
0x80070057
E_INVALIDARG
The path parameter is NULL.
-
Upon receiving this message, the server MUST validate parameters:
Verify that path is not NULL.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set path to the file management task object's Last report directory without extension.