#define global IID_IDebugBreakpoint2 "{1B278D20-79F2-426E-A3F9-C1DDF375D48E}"
#usecom global IDebugBreakpoint2 IID_IDebugBreakpoint2 "{}"
#comfunc global IDebugBreakpoint2_GetId 3 var
#comfunc global IDebugBreakpoint2_GetType 4 var,var
#comfunc global IDebugBreakpoint2_GetAdder 5 sptr
#comfunc global IDebugBreakpoint2_GetFlags 6 var
#comfunc global IDebugBreakpoint2_AddFlags 7 int
#comfunc global IDebugBreakpoint2_RemoveFlags 8 int
#comfunc global IDebugBreakpoint2_SetFlags 9 int
#comfunc global IDebugBreakpoint2_GetOffset 10 var
#comfunc global IDebugBreakpoint2_SetOffset 11 int64
#comfunc global IDebugBreakpoint2_GetDataParameters 12 var,var
#comfunc global IDebugBreakpoint2_SetDataParameters 13 int,int
#comfunc global IDebugBreakpoint2_GetPassCount 14 var
#comfunc global IDebugBreakpoint2_SetPassCount 15 int
#comfunc global IDebugBreakpoint2_GetCurrentPassCount 16 var
#comfunc global IDebugBreakpoint2_GetMatchThreadId 17 var
#comfunc global IDebugBreakpoint2_SetMatchThreadId 18 int
#comfunc global IDebugBreakpoint2_GetCommand 19 var,int,var
#comfunc global IDebugBreakpoint2_SetCommand 20 str
#comfunc global IDebugBreakpoint2_GetOffsetExpression 21 var,int,var
#comfunc global IDebugBreakpoint2_SetOffsetExpression 22 str
#comfunc global IDebugBreakpoint2_GetParameters 23 var
#comfunc global IDebugBreakpoint2_GetCommandWide 24 var,int,var
#comfunc global IDebugBreakpoint2_SetCommandWide 25 wstr
#comfunc global IDebugBreakpoint2_GetOffsetExpressionWide 26 var,int,var
#comfunc global IDebugBreakpoint2_SetOffsetExpressionWide 27 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDebugBreakpoint2 "{1B278D20-79F2-426E-A3F9-C1DDF375D48E}"
#usecom global IDebugBreakpoint2 IID_IDebugBreakpoint2 "{}"
#comfunc global IDebugBreakpoint2_GetId 3 sptr
#comfunc global IDebugBreakpoint2_GetType 4 sptr,sptr
#comfunc global IDebugBreakpoint2_GetAdder 5 sptr
#comfunc global IDebugBreakpoint2_GetFlags 6 sptr
#comfunc global IDebugBreakpoint2_AddFlags 7 int
#comfunc global IDebugBreakpoint2_RemoveFlags 8 int
#comfunc global IDebugBreakpoint2_SetFlags 9 int
#comfunc global IDebugBreakpoint2_GetOffset 10 sptr
#comfunc global IDebugBreakpoint2_SetOffset 11 int64
#comfunc global IDebugBreakpoint2_GetDataParameters 12 sptr,sptr
#comfunc global IDebugBreakpoint2_SetDataParameters 13 int,int
#comfunc global IDebugBreakpoint2_GetPassCount 14 sptr
#comfunc global IDebugBreakpoint2_SetPassCount 15 int
#comfunc global IDebugBreakpoint2_GetCurrentPassCount 16 sptr
#comfunc global IDebugBreakpoint2_GetMatchThreadId 17 sptr
#comfunc global IDebugBreakpoint2_SetMatchThreadId 18 int
#comfunc global IDebugBreakpoint2_GetCommand 19 sptr,int,sptr
#comfunc global IDebugBreakpoint2_SetCommand 20 str
#comfunc global IDebugBreakpoint2_GetOffsetExpression 21 sptr,int,sptr
#comfunc global IDebugBreakpoint2_SetOffsetExpression 22 str
#comfunc global IDebugBreakpoint2_GetParameters 23 sptr
#comfunc global IDebugBreakpoint2_GetCommandWide 24 sptr,int,sptr
#comfunc global IDebugBreakpoint2_SetCommandWide 25 wstr
#comfunc global IDebugBreakpoint2_GetOffsetExpressionWide 26 sptr,int,sptr
#comfunc global IDebugBreakpoint2_SetOffsetExpressionWide 27 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。