#define global IID_IScriptErrorList "{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}"
#usecom global IScriptErrorList IID_IScriptErrorList "{}"
#comfunc global IScriptErrorList_advanceError 7
#comfunc global IScriptErrorList_retreatError 8
#comfunc global IScriptErrorList_canAdvanceError 9 var
#comfunc global IScriptErrorList_canRetreatError 10 var
#comfunc global IScriptErrorList_getErrorLine 11 var
#comfunc global IScriptErrorList_getErrorChar 12 var
#comfunc global IScriptErrorList_getErrorCode 13 var
#comfunc global IScriptErrorList_getErrorMsg 14 var
#comfunc global IScriptErrorList_getErrorUrl 15 var
#comfunc global IScriptErrorList_getAlwaysShowLockState 16 var
#comfunc global IScriptErrorList_getDetailsPaneOpen 17 var
#comfunc global IScriptErrorList_setDetailsPaneOpen 18 int
#comfunc global IScriptErrorList_getPerErrorDisplay 19 var
#comfunc global IScriptErrorList_setPerErrorDisplay 20 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IScriptErrorList "{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}"
#usecom global IScriptErrorList IID_IScriptErrorList "{}"
#comfunc global IScriptErrorList_advanceError 7
#comfunc global IScriptErrorList_retreatError 8
#comfunc global IScriptErrorList_canAdvanceError 9 sptr
#comfunc global IScriptErrorList_canRetreatError 10 sptr
#comfunc global IScriptErrorList_getErrorLine 11 sptr
#comfunc global IScriptErrorList_getErrorChar 12 sptr
#comfunc global IScriptErrorList_getErrorCode 13 sptr
#comfunc global IScriptErrorList_getErrorMsg 14 sptr
#comfunc global IScriptErrorList_getErrorUrl 15 sptr
#comfunc global IScriptErrorList_getAlwaysShowLockState 16 sptr
#comfunc global IScriptErrorList_getDetailsPaneOpen 17 sptr
#comfunc global IScriptErrorList_setDetailsPaneOpen 18 int
#comfunc global IScriptErrorList_getPerErrorDisplay 19 sptr
#comfunc global IScriptErrorList_setPerErrorDisplay 20 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。