#define global IID_IDebugBreakpoint3 "{38F5C249-B448-43BB-9835-579D4EC02249}"
#usecom global IDebugBreakpoint3 IID_IDebugBreakpoint3 "{}"
#comfunc global IDebugBreakpoint3_GetId 3 var
#comfunc global IDebugBreakpoint3_GetType 4 var,var
#comfunc global IDebugBreakpoint3_GetAdder 5 sptr
#comfunc global IDebugBreakpoint3_GetFlags 6 var
#comfunc global IDebugBreakpoint3_AddFlags 7 int
#comfunc global IDebugBreakpoint3_RemoveFlags 8 int
#comfunc global IDebugBreakpoint3_SetFlags 9 int
#comfunc global IDebugBreakpoint3_GetOffset 10 var
#comfunc global IDebugBreakpoint3_SetOffset 11 int64
#comfunc global IDebugBreakpoint3_GetDataParameters 12 var,var
#comfunc global IDebugBreakpoint3_SetDataParameters 13 int,int
#comfunc global IDebugBreakpoint3_GetPassCount 14 var
#comfunc global IDebugBreakpoint3_SetPassCount 15 int
#comfunc global IDebugBreakpoint3_GetCurrentPassCount 16 var
#comfunc global IDebugBreakpoint3_GetMatchThreadId 17 var
#comfunc global IDebugBreakpoint3_SetMatchThreadId 18 int
#comfunc global IDebugBreakpoint3_GetCommand 19 var,int,var
#comfunc global IDebugBreakpoint3_SetCommand 20 str
#comfunc global IDebugBreakpoint3_GetOffsetExpression 21 var,int,var
#comfunc global IDebugBreakpoint3_SetOffsetExpression 22 str
#comfunc global IDebugBreakpoint3_GetParameters 23 var
#comfunc global IDebugBreakpoint3_GetCommandWide 24 var,int,var
#comfunc global IDebugBreakpoint3_SetCommandWide 25 wstr
#comfunc global IDebugBreakpoint3_GetOffsetExpressionWide 26 var,int,var
#comfunc global IDebugBreakpoint3_SetOffsetExpressionWide 27 wstr
#comfunc global IDebugBreakpoint3_GetGuid 28 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDebugBreakpoint3 "{38F5C249-B448-43BB-9835-579D4EC02249}"
#usecom global IDebugBreakpoint3 IID_IDebugBreakpoint3 "{}"
#comfunc global IDebugBreakpoint3_GetId 3 sptr
#comfunc global IDebugBreakpoint3_GetType 4 sptr,sptr
#comfunc global IDebugBreakpoint3_GetAdder 5 sptr
#comfunc global IDebugBreakpoint3_GetFlags 6 sptr
#comfunc global IDebugBreakpoint3_AddFlags 7 int
#comfunc global IDebugBreakpoint3_RemoveFlags 8 int
#comfunc global IDebugBreakpoint3_SetFlags 9 int
#comfunc global IDebugBreakpoint3_GetOffset 10 sptr
#comfunc global IDebugBreakpoint3_SetOffset 11 int64
#comfunc global IDebugBreakpoint3_GetDataParameters 12 sptr,sptr
#comfunc global IDebugBreakpoint3_SetDataParameters 13 int,int
#comfunc global IDebugBreakpoint3_GetPassCount 14 sptr
#comfunc global IDebugBreakpoint3_SetPassCount 15 int
#comfunc global IDebugBreakpoint3_GetCurrentPassCount 16 sptr
#comfunc global IDebugBreakpoint3_GetMatchThreadId 17 sptr
#comfunc global IDebugBreakpoint3_SetMatchThreadId 18 int
#comfunc global IDebugBreakpoint3_GetCommand 19 sptr,int,sptr
#comfunc global IDebugBreakpoint3_SetCommand 20 str
#comfunc global IDebugBreakpoint3_GetOffsetExpression 21 sptr,int,sptr
#comfunc global IDebugBreakpoint3_SetOffsetExpression 22 str
#comfunc global IDebugBreakpoint3_GetParameters 23 sptr
#comfunc global IDebugBreakpoint3_GetCommandWide 24 sptr,int,sptr
#comfunc global IDebugBreakpoint3_SetCommandWide 25 wstr
#comfunc global IDebugBreakpoint3_GetOffsetExpressionWide 26 sptr,int,sptr
#comfunc global IDebugBreakpoint3_SetOffsetExpressionWide 27 wstr
#comfunc global IDebugBreakpoint3_GetGuid 28 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。