ホーム › Storage.FileServerResourceManager › IFsrmReportJob
IFsrmReportJob
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 17
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 12 | HRESULT get_Task(LPWSTR* taskName) |
| 13 | HRESULT put_Task(LPWSTR taskName) |
| 14 | HRESULT get_NamespaceRoots(SAFEARRAY** namespaceRoots) |
| 15 | HRESULT put_NamespaceRoots(SAFEARRAY* namespaceRoots) |
| 16 | HRESULT get_Formats(SAFEARRAY** formats) |
| 17 | HRESULT put_Formats(SAFEARRAY* formats) |
| 18 | HRESULT get_MailTo(LPWSTR* mailTo) |
| 19 | HRESULT put_MailTo(LPWSTR mailTo) |
| 20 | HRESULT get_RunningStatus(FsrmReportRunningStatus* runningStatus) |
| 21 | HRESULT get_LastRun(DOUBLE* lastRun) |
| 22 | HRESULT get_LastError(LPWSTR* lastError) |
| 23 | HRESULT get_LastGeneratedInDirectory(LPWSTR* path) |
| 24 | HRESULT EnumReports(IFsrmCollection** reports) |
| 25 | HRESULT CreateReport(FsrmReportType reportType, IFsrmReport** report) |
| 26 | HRESULT Run(FsrmReportGenerationContext context) |
| 27 | HRESULT WaitForCompletion(INT waitSeconds, VARIANT_BOOL* completed) |
| 28 | HRESULT Cancel() |