#define global IID_IAlertDataCollector "{03837516-098B-11D8-9414-505054503030}"
#usecom global IAlertDataCollector IID_IAlertDataCollector "{}"
#comfunc global IAlertDataCollector_get_AlertThresholds 32 var
#comfunc global IAlertDataCollector_put_AlertThresholds 33 var
#comfunc global IAlertDataCollector_get_EventLog 34 var
#comfunc global IAlertDataCollector_put_EventLog 35 int
#comfunc global IAlertDataCollector_get_SampleInterval 36 var
#comfunc global IAlertDataCollector_put_SampleInterval 37 int
#comfunc global IAlertDataCollector_get_Task 38 var
#comfunc global IAlertDataCollector_put_Task 39 wstr
#comfunc global IAlertDataCollector_get_TaskRunAsSelf 40 var
#comfunc global IAlertDataCollector_put_TaskRunAsSelf 41 int
#comfunc global IAlertDataCollector_get_TaskArguments 42 var
#comfunc global IAlertDataCollector_put_TaskArguments 43 wstr
#comfunc global IAlertDataCollector_get_TaskUserTextArguments 44 var
#comfunc global IAlertDataCollector_put_TaskUserTextArguments 45 wstr
#comfunc global IAlertDataCollector_get_TriggerDataCollectorSet 46 var
#comfunc global IAlertDataCollector_put_TriggerDataCollectorSet 47 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IAlertDataCollector "{03837516-098B-11D8-9414-505054503030}"
#usecom global IAlertDataCollector IID_IAlertDataCollector "{}"
#comfunc global IAlertDataCollector_get_AlertThresholds 32 sptr
#comfunc global IAlertDataCollector_put_AlertThresholds 33 sptr
#comfunc global IAlertDataCollector_get_EventLog 34 sptr
#comfunc global IAlertDataCollector_put_EventLog 35 int
#comfunc global IAlertDataCollector_get_SampleInterval 36 sptr
#comfunc global IAlertDataCollector_put_SampleInterval 37 int
#comfunc global IAlertDataCollector_get_Task 38 sptr
#comfunc global IAlertDataCollector_put_Task 39 wstr
#comfunc global IAlertDataCollector_get_TaskRunAsSelf 40 sptr
#comfunc global IAlertDataCollector_put_TaskRunAsSelf 41 int
#comfunc global IAlertDataCollector_get_TaskArguments 42 sptr
#comfunc global IAlertDataCollector_put_TaskArguments 43 wstr
#comfunc global IAlertDataCollector_get_TaskUserTextArguments 44 sptr
#comfunc global IAlertDataCollector_put_TaskUserTextArguments 45 wstr
#comfunc global IAlertDataCollector_get_TriggerDataCollectorSet 46 sptr
#comfunc global IAlertDataCollector_put_TriggerDataCollectorSet 47 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。