#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IDebugEventCallbacksWide "{0690E046-9C23-45AC-A04F-987AC29AD0D3}"
#usecom global IDebugEventCallbacksWide IID_IDebugEventCallbacksWide "{}"
#comfunc global IDebugEventCallbacksWide_GetInterestMask 3 var
#comfunc global IDebugEventCallbacksWide_Breakpoint 4 sptr
#comfunc global IDebugEventCallbacksWide_Exception 5 var,int
#comfunc global IDebugEventCallbacksWide_CreateThread 6 int64,int64,int64
#comfunc global IDebugEventCallbacksWide_ExitThread 7 int
#comfunc global IDebugEventCallbacksWide_CreateProcessA 8 int64,int64,int64,int,wstr,wstr,int,int,int64,int64,int64
#comfunc global IDebugEventCallbacksWide_ExitProcess 9 int
#comfunc global IDebugEventCallbacksWide_LoadModule 10 int64,int64,int,wstr,wstr,int,int
#comfunc global IDebugEventCallbacksWide_UnloadModule 11 wstr,int64
#comfunc global IDebugEventCallbacksWide_SystemError 12 int,int
#comfunc global IDebugEventCallbacksWide_SessionStatus 13 int
#comfunc global IDebugEventCallbacksWide_ChangeDebuggeeState 14 int,int64
#comfunc global IDebugEventCallbacksWide_ChangeEngineState 15 int,int64
#comfunc global IDebugEventCallbacksWide_ChangeSymbolState 16 int,int64
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDebugEventCallbacksWide "{0690E046-9C23-45AC-A04F-987AC29AD0D3}"
#usecom global IDebugEventCallbacksWide IID_IDebugEventCallbacksWide "{}"
#comfunc global IDebugEventCallbacksWide_GetInterestMask 3 sptr
#comfunc global IDebugEventCallbacksWide_Breakpoint 4 sptr
#comfunc global IDebugEventCallbacksWide_Exception 5 sptr,int
#comfunc global IDebugEventCallbacksWide_CreateThread 6 int64,int64,int64
#comfunc global IDebugEventCallbacksWide_ExitThread 7 int
#comfunc global IDebugEventCallbacksWide_CreateProcessA 8 int64,int64,int64,int,wstr,wstr,int,int,int64,int64,int64
#comfunc global IDebugEventCallbacksWide_ExitProcess 9 int
#comfunc global IDebugEventCallbacksWide_LoadModule 10 int64,int64,int,wstr,wstr,int,int
#comfunc global IDebugEventCallbacksWide_UnloadModule 11 wstr,int64
#comfunc global IDebugEventCallbacksWide_SystemError 12 int,int
#comfunc global IDebugEventCallbacksWide_SessionStatus 13 int
#comfunc global IDebugEventCallbacksWide_ChangeDebuggeeState 14 int,int64
#comfunc global IDebugEventCallbacksWide_ChangeEngineState 15 int,int64
#comfunc global IDebugEventCallbacksWide_ChangeSymbolState 16 int,int64
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。