IFsrmReportManager::GetOutputDirectory method (fsrmreports.h)
Retrieves the local directory path where the reports with the specified context are stored.
Syntax
HRESULT GetOutputDirectory(
[in] FsrmReportGenerationContext context,
[out] BSTR *path
);
Parameters
[in] context
The report context (for example, if the report is scheduled or run on demand). For possible values, see the FsrmReportGenerationContext enumeration.
[out] path
The local directory path where the reports are stored.
Return value
The method returns the following return values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrmreports.h (include FsrmReports.h, FsrmTlb.h) |
DLL | SrmSvc.dll |