3.2.4.2.45.9 ClassificationLastReportPathWithoutExtension (get) (Opnum 15)

The ClassificationLastReportPathWithoutExtension (get) method retrieves the local directory path and file name where the generated report(s) was (were) stored when classification was previously run and returns S_OK upon successful completion.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_MANAGER | 0x05))] HRESULT ClassificationLastReportPathWithoutExtension(
   [out, retval] BSTR* lastReportPath
 );

lastReportPath: Pointer to a variable that upon completion contains the path and file name where the generated report(s) was (were) stored when classification 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 lastReportPath parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that lastReportPath is not NULL.

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

The server MUST set lastReportPath to Last generated path.