#define global IID_IFsrmActionCommand "{12937789-E247-4917-9C20-F3EE9C7EE783}"
#usecom global IFsrmActionCommand IID_IFsrmActionCommand "{}"
#comfunc global IFsrmActionCommand_get_ExecutablePath 12 var
#comfunc global IFsrmActionCommand_put_ExecutablePath 13 wstr
#comfunc global IFsrmActionCommand_get_Arguments 14 var
#comfunc global IFsrmActionCommand_put_Arguments 15 wstr
#comfunc global IFsrmActionCommand_get_Account 16 var
#comfunc global IFsrmActionCommand_put_Account 17 int
#comfunc global IFsrmActionCommand_get_WorkingDirectory 18 var
#comfunc global IFsrmActionCommand_put_WorkingDirectory 19 wstr
#comfunc global IFsrmActionCommand_get_MonitorCommand 20 var
#comfunc global IFsrmActionCommand_put_MonitorCommand 21 int
#comfunc global IFsrmActionCommand_get_KillTimeOut 22 var
#comfunc global IFsrmActionCommand_put_KillTimeOut 23 int
#comfunc global IFsrmActionCommand_get_LogResult 24 var
#comfunc global IFsrmActionCommand_put_LogResult 25 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IFsrmActionCommand "{12937789-E247-4917-9C20-F3EE9C7EE783}"
#usecom global IFsrmActionCommand IID_IFsrmActionCommand "{}"
#comfunc global IFsrmActionCommand_get_ExecutablePath 12 sptr
#comfunc global IFsrmActionCommand_put_ExecutablePath 13 wstr
#comfunc global IFsrmActionCommand_get_Arguments 14 sptr
#comfunc global IFsrmActionCommand_put_Arguments 15 wstr
#comfunc global IFsrmActionCommand_get_Account 16 sptr
#comfunc global IFsrmActionCommand_put_Account 17 int
#comfunc global IFsrmActionCommand_get_WorkingDirectory 18 sptr
#comfunc global IFsrmActionCommand_put_WorkingDirectory 19 wstr
#comfunc global IFsrmActionCommand_get_MonitorCommand 20 sptr
#comfunc global IFsrmActionCommand_put_MonitorCommand 21 int
#comfunc global IFsrmActionCommand_get_KillTimeOut 22 sptr
#comfunc global IFsrmActionCommand_put_KillTimeOut 23 int
#comfunc global IFsrmActionCommand_get_LogResult 24 sptr
#comfunc global IFsrmActionCommand_put_LogResult 25 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。