#define global IID_IDynamicRenderer "{A079468E-7165-46F9-B7AF-98AD01A93009}"
#usecom global IDynamicRenderer IID_IDynamicRenderer "{ECD32AEA-746F-4DCB-BF68-082757FAFF18}"
#comfunc global IDynamicRenderer_get_Enabled 3 var
#comfunc global IDynamicRenderer_put_Enabled 4 int
#comfunc global IDynamicRenderer_get_HWND 5 var
#comfunc global IDynamicRenderer_put_HWND 6 sptr
#comfunc global IDynamicRenderer_get_ClipRectangle 7 var
#comfunc global IDynamicRenderer_put_ClipRectangle 8 var
#comfunc global IDynamicRenderer_get_ClipRegion 9 var
#comfunc global IDynamicRenderer_put_ClipRegion 10 sptr
#comfunc global IDynamicRenderer_get_DrawingAttributes 11 sptr
#comfunc global IDynamicRenderer_putref_DrawingAttributes 12 sptr
#comfunc global IDynamicRenderer_get_DataCacheEnabled 13 var
#comfunc global IDynamicRenderer_put_DataCacheEnabled 14 int
#comfunc global IDynamicRenderer_ReleaseCachedData 15 int
#comfunc global IDynamicRenderer_Refresh 16
#comfunc global IDynamicRenderer_Draw 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDynamicRenderer "{A079468E-7165-46F9-B7AF-98AD01A93009}"
#usecom global IDynamicRenderer IID_IDynamicRenderer "{ECD32AEA-746F-4DCB-BF68-082757FAFF18}"
#comfunc global IDynamicRenderer_get_Enabled 3 sptr
#comfunc global IDynamicRenderer_put_Enabled 4 int
#comfunc global IDynamicRenderer_get_HWND 5 sptr
#comfunc global IDynamicRenderer_put_HWND 6 sptr
#comfunc global IDynamicRenderer_get_ClipRectangle 7 sptr
#comfunc global IDynamicRenderer_put_ClipRectangle 8 sptr
#comfunc global IDynamicRenderer_get_ClipRegion 9 sptr
#comfunc global IDynamicRenderer_put_ClipRegion 10 sptr
#comfunc global IDynamicRenderer_get_DrawingAttributes 11 sptr
#comfunc global IDynamicRenderer_putref_DrawingAttributes 12 sptr
#comfunc global IDynamicRenderer_get_DataCacheEnabled 13 sptr
#comfunc global IDynamicRenderer_put_DataCacheEnabled 14 int
#comfunc global IDynamicRenderer_ReleaseCachedData 15 int
#comfunc global IDynamicRenderer_Refresh 16
#comfunc global IDynamicRenderer_Draw 17 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。