#define global IID_IInkDrawingAttributes "{BF519B75-0A15-4623-ADC9-C00D436A8092}"
#usecom global IInkDrawingAttributes IID_IInkDrawingAttributes "{D8BF32A2-05A5-44C3-B3AA-5E80AC7D2576}"
#comfunc global IInkDrawingAttributes_get_Color 7 var
#comfunc global IInkDrawingAttributes_put_Color 8 int
#comfunc global IInkDrawingAttributes_get_Width 9 var
#comfunc global IInkDrawingAttributes_put_Width 10 float
#comfunc global IInkDrawingAttributes_get_Height 11 var
#comfunc global IInkDrawingAttributes_put_Height 12 float
#comfunc global IInkDrawingAttributes_get_FitToCurve 13 var
#comfunc global IInkDrawingAttributes_put_FitToCurve 14 int
#comfunc global IInkDrawingAttributes_get_IgnorePressure 15 var
#comfunc global IInkDrawingAttributes_put_IgnorePressure 16 int
#comfunc global IInkDrawingAttributes_get_AntiAliased 17 var
#comfunc global IInkDrawingAttributes_put_AntiAliased 18 int
#comfunc global IInkDrawingAttributes_get_Transparency 19 var
#comfunc global IInkDrawingAttributes_put_Transparency 20 int
#comfunc global IInkDrawingAttributes_get_RasterOperation 21 var
#comfunc global IInkDrawingAttributes_put_RasterOperation 22 int
#comfunc global IInkDrawingAttributes_get_PenTip 23 var
#comfunc global IInkDrawingAttributes_put_PenTip 24 int
#comfunc global IInkDrawingAttributes_get_ExtendedProperties 25 sptr
#comfunc global IInkDrawingAttributes_Clone 26 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IInkDrawingAttributes "{BF519B75-0A15-4623-ADC9-C00D436A8092}"
#usecom global IInkDrawingAttributes IID_IInkDrawingAttributes "{D8BF32A2-05A5-44C3-B3AA-5E80AC7D2576}"
#comfunc global IInkDrawingAttributes_get_Color 7 sptr
#comfunc global IInkDrawingAttributes_put_Color 8 int
#comfunc global IInkDrawingAttributes_get_Width 9 sptr
#comfunc global IInkDrawingAttributes_put_Width 10 float
#comfunc global IInkDrawingAttributes_get_Height 11 sptr
#comfunc global IInkDrawingAttributes_put_Height 12 float
#comfunc global IInkDrawingAttributes_get_FitToCurve 13 sptr
#comfunc global IInkDrawingAttributes_put_FitToCurve 14 int
#comfunc global IInkDrawingAttributes_get_IgnorePressure 15 sptr
#comfunc global IInkDrawingAttributes_put_IgnorePressure 16 int
#comfunc global IInkDrawingAttributes_get_AntiAliased 17 sptr
#comfunc global IInkDrawingAttributes_put_AntiAliased 18 int
#comfunc global IInkDrawingAttributes_get_Transparency 19 sptr
#comfunc global IInkDrawingAttributes_put_Transparency 20 int
#comfunc global IInkDrawingAttributes_get_RasterOperation 21 sptr
#comfunc global IInkDrawingAttributes_put_RasterOperation 22 int
#comfunc global IInkDrawingAttributes_get_PenTip 23 sptr
#comfunc global IInkDrawingAttributes_put_PenTip 24 int
#comfunc global IInkDrawingAttributes_get_ExtendedProperties 25 sptr
#comfunc global IInkDrawingAttributes_Clone 26 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。