IFsrmClassificationManager::get_ClassificationLastReportPathWithoutExtension method (fsrmpipeline.h)
[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMClassification class.]
The local directory path where the reports were stored the last time that classification ran.
This property is read-only.
Syntax
HRESULT get_ClassificationLastReportPathWithoutExtension(
BSTR *lastReportPath
);
Parameters
lastReportPath
Return value
None
Remarks
If the reports failed, this is the path where the reports would have been stored. The directory may contain reports that completed successfully before the failure occurred. The value passed to IFsrmReportManager::SetOutputDirectory, if any, and the reporting context determine the path.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Target Platform | Windows |
Header | fsrmpipeline.h (include FsrmPipeline.h, FsrmTlb.h) |
DLL | SrmSvc.dll |
See also
IFsrmClassificationManager.ClassificationReportEnabled