Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified report job.
Syntax
HRESULT GetReportJob(
[in] BSTR taskName,
[out] IFsrmReportJob **reportJob
);
Parameters
[in] taskName
The task name that identifies the report job to retrieve. The string is limited to 230 characters.
[out] reportJob
An IFsrmReportJob interface to the retrieved job.
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 |