IFsrmFileManagementJob::get_LastReportPathWithoutExtension method (fsrmreports.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

The local directory path where the reports were stored the last time the job ran.

This property is read-only.

Syntax

HRESULT get_LastReportPathWithoutExtension(
  BSTR *path
);

Parameters

path

Return value

None

Remarks

If the job failed, this is the path where the reports would have been stored. The directory may contain reports that completed successfully before the failure occurred.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob