#define global IID_IDebugBreakpoint "{5BD9D474-5975-423A-B88B-65A8E7110E65}"
#usecom global IDebugBreakpoint IID_IDebugBreakpoint "{}"
#comfunc global IDebugBreakpoint_GetId 3 var
#comfunc global IDebugBreakpoint_GetType 4 var,var
#comfunc global IDebugBreakpoint_GetAdder 5 sptr
#comfunc global IDebugBreakpoint_GetFlags 6 var
#comfunc global IDebugBreakpoint_AddFlags 7 int
#comfunc global IDebugBreakpoint_RemoveFlags 8 int
#comfunc global IDebugBreakpoint_SetFlags 9 int
#comfunc global IDebugBreakpoint_GetOffset 10 var
#comfunc global IDebugBreakpoint_SetOffset 11 int64
#comfunc global IDebugBreakpoint_GetDataParameters 12 var,var
#comfunc global IDebugBreakpoint_SetDataParameters 13 int,int
#comfunc global IDebugBreakpoint_GetPassCount 14 var
#comfunc global IDebugBreakpoint_SetPassCount 15 int
#comfunc global IDebugBreakpoint_GetCurrentPassCount 16 var
#comfunc global IDebugBreakpoint_GetMatchThreadId 17 var
#comfunc global IDebugBreakpoint_SetMatchThreadId 18 int
#comfunc global IDebugBreakpoint_GetCommand 19 var,int,var
#comfunc global IDebugBreakpoint_SetCommand 20 str
#comfunc global IDebugBreakpoint_GetOffsetExpression 21 var,int,var
#comfunc global IDebugBreakpoint_SetOffsetExpression 22 str
#comfunc global IDebugBreakpoint_GetParameters 23 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDebugBreakpoint "{5BD9D474-5975-423A-B88B-65A8E7110E65}"
#usecom global IDebugBreakpoint IID_IDebugBreakpoint "{}"
#comfunc global IDebugBreakpoint_GetId 3 sptr
#comfunc global IDebugBreakpoint_GetType 4 sptr,sptr
#comfunc global IDebugBreakpoint_GetAdder 5 sptr
#comfunc global IDebugBreakpoint_GetFlags 6 sptr
#comfunc global IDebugBreakpoint_AddFlags 7 int
#comfunc global IDebugBreakpoint_RemoveFlags 8 int
#comfunc global IDebugBreakpoint_SetFlags 9 int
#comfunc global IDebugBreakpoint_GetOffset 10 sptr
#comfunc global IDebugBreakpoint_SetOffset 11 int64
#comfunc global IDebugBreakpoint_GetDataParameters 12 sptr,sptr
#comfunc global IDebugBreakpoint_SetDataParameters 13 int,int
#comfunc global IDebugBreakpoint_GetPassCount 14 sptr
#comfunc global IDebugBreakpoint_SetPassCount 15 int
#comfunc global IDebugBreakpoint_GetCurrentPassCount 16 sptr
#comfunc global IDebugBreakpoint_GetMatchThreadId 17 sptr
#comfunc global IDebugBreakpoint_SetMatchThreadId 18 int
#comfunc global IDebugBreakpoint_GetCommand 19 sptr,int,sptr
#comfunc global IDebugBreakpoint_SetCommand 20 str
#comfunc global IDebugBreakpoint_GetOffsetExpression 21 sptr,int,sptr
#comfunc global IDebugBreakpoint_SetOffsetExpression 22 str
#comfunc global IDebugBreakpoint_GetParameters 23 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。