#define global IID_IFsrmReportJob "{38E87280-715C-4C7D-A280-EA1651A19FEF}"
#usecom global IFsrmReportJob IID_IFsrmReportJob "{}"
#comfunc global IFsrmReportJob_get_Task 12 var
#comfunc global IFsrmReportJob_put_Task 13 wstr
#comfunc global IFsrmReportJob_get_NamespaceRoots 14 var
#comfunc global IFsrmReportJob_put_NamespaceRoots 15 var
#comfunc global IFsrmReportJob_get_Formats 16 var
#comfunc global IFsrmReportJob_put_Formats 17 var
#comfunc global IFsrmReportJob_get_MailTo 18 var
#comfunc global IFsrmReportJob_put_MailTo 19 wstr
#comfunc global IFsrmReportJob_get_RunningStatus 20 var
#comfunc global IFsrmReportJob_get_LastRun 21 var
#comfunc global IFsrmReportJob_get_LastError 22 var
#comfunc global IFsrmReportJob_get_LastGeneratedInDirectory 23 var
#comfunc global IFsrmReportJob_EnumReports 24 sptr
#comfunc global IFsrmReportJob_CreateReport 25 int,sptr
#comfunc global IFsrmReportJob_Run 26 int
#comfunc global IFsrmReportJob_WaitForCompletion 27 int,var
#comfunc global IFsrmReportJob_Cancel 28
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFsrmReportJob "{38E87280-715C-4C7D-A280-EA1651A19FEF}"
#usecom global IFsrmReportJob IID_IFsrmReportJob "{}"
#comfunc global IFsrmReportJob_get_Task 12 sptr
#comfunc global IFsrmReportJob_put_Task 13 wstr
#comfunc global IFsrmReportJob_get_NamespaceRoots 14 sptr
#comfunc global IFsrmReportJob_put_NamespaceRoots 15 sptr
#comfunc global IFsrmReportJob_get_Formats 16 sptr
#comfunc global IFsrmReportJob_put_Formats 17 sptr
#comfunc global IFsrmReportJob_get_MailTo 18 sptr
#comfunc global IFsrmReportJob_put_MailTo 19 wstr
#comfunc global IFsrmReportJob_get_RunningStatus 20 sptr
#comfunc global IFsrmReportJob_get_LastRun 21 sptr
#comfunc global IFsrmReportJob_get_LastError 22 sptr
#comfunc global IFsrmReportJob_get_LastGeneratedInDirectory 23 sptr
#comfunc global IFsrmReportJob_EnumReports 24 sptr
#comfunc global IFsrmReportJob_CreateReport 25 int,sptr
#comfunc global IFsrmReportJob_Run 26 int
#comfunc global IFsrmReportJob_WaitForCompletion 27 int,sptr
#comfunc global IFsrmReportJob_Cancel 28
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。