#define global IID_IDataCollector "{038374FF-098B-11D8-9414-505054503030}"
#usecom global IDataCollector IID_IDataCollector "{}"
#comfunc global IDataCollector_get_DataCollectorSet 7 sptr
#comfunc global IDataCollector_put_DataCollectorSet 8 sptr
#comfunc global IDataCollector_get_DataCollectorType 9 var
#comfunc global IDataCollector_get_FileName 10 var
#comfunc global IDataCollector_put_FileName 11 wstr
#comfunc global IDataCollector_get_FileNameFormat 12 var
#comfunc global IDataCollector_put_FileNameFormat 13 int
#comfunc global IDataCollector_get_FileNameFormatPattern 14 var
#comfunc global IDataCollector_put_FileNameFormatPattern 15 wstr
#comfunc global IDataCollector_get_LatestOutputLocation 16 var
#comfunc global IDataCollector_put_LatestOutputLocation 17 wstr
#comfunc global IDataCollector_get_LogAppend 18 var
#comfunc global IDataCollector_put_LogAppend 19 int
#comfunc global IDataCollector_get_LogCircular 20 var
#comfunc global IDataCollector_put_LogCircular 21 int
#comfunc global IDataCollector_get_LogOverwrite 22 var
#comfunc global IDataCollector_put_LogOverwrite 23 int
#comfunc global IDataCollector_get_Name 24 var
#comfunc global IDataCollector_put_Name 25 wstr
#comfunc global IDataCollector_get_OutputLocation 26 var
#comfunc global IDataCollector_get_Index 27 var
#comfunc global IDataCollector_put_Index 28 int
#comfunc global IDataCollector_get_Xml 29 var
#comfunc global IDataCollector_SetXml 30 wstr,sptr
#comfunc global IDataCollector_CreateOutputLocation 31 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IDataCollector "{038374FF-098B-11D8-9414-505054503030}"
#usecom global IDataCollector IID_IDataCollector "{}"
#comfunc global IDataCollector_get_DataCollectorSet 7 sptr
#comfunc global IDataCollector_put_DataCollectorSet 8 sptr
#comfunc global IDataCollector_get_DataCollectorType 9 sptr
#comfunc global IDataCollector_get_FileName 10 sptr
#comfunc global IDataCollector_put_FileName 11 wstr
#comfunc global IDataCollector_get_FileNameFormat 12 sptr
#comfunc global IDataCollector_put_FileNameFormat 13 int
#comfunc global IDataCollector_get_FileNameFormatPattern 14 sptr
#comfunc global IDataCollector_put_FileNameFormatPattern 15 wstr
#comfunc global IDataCollector_get_LatestOutputLocation 16 sptr
#comfunc global IDataCollector_put_LatestOutputLocation 17 wstr
#comfunc global IDataCollector_get_LogAppend 18 sptr
#comfunc global IDataCollector_put_LogAppend 19 int
#comfunc global IDataCollector_get_LogCircular 20 sptr
#comfunc global IDataCollector_put_LogCircular 21 int
#comfunc global IDataCollector_get_LogOverwrite 22 sptr
#comfunc global IDataCollector_put_LogOverwrite 23 int
#comfunc global IDataCollector_get_Name 24 sptr
#comfunc global IDataCollector_put_Name 25 wstr
#comfunc global IDataCollector_get_OutputLocation 26 sptr
#comfunc global IDataCollector_get_Index 27 sptr
#comfunc global IDataCollector_put_Index 28 int
#comfunc global IDataCollector_get_Xml 29 sptr
#comfunc global IDataCollector_SetXml 30 wstr,sptr
#comfunc global IDataCollector_CreateOutputLocation 31 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。