#define global IID_IXpsOMTileBrush "{0FC2328D-D722-4A54-B2EC-BE90218A789E}"
#usecom global IXpsOMTileBrush IID_IXpsOMTileBrush "{}"
#comfunc global IXpsOMTileBrush_GetTransform 7 sptr
#comfunc global IXpsOMTileBrush_GetTransformLocal 8 sptr
#comfunc global IXpsOMTileBrush_SetTransformLocal 9 sptr
#comfunc global IXpsOMTileBrush_GetTransformLookup 10 var
#comfunc global IXpsOMTileBrush_SetTransformLookup 11 wstr
#comfunc global IXpsOMTileBrush_GetViewbox 12 var
#comfunc global IXpsOMTileBrush_SetViewbox 13 var
#comfunc global IXpsOMTileBrush_GetViewport 14 var
#comfunc global IXpsOMTileBrush_SetViewport 15 var
#comfunc global IXpsOMTileBrush_GetTileMode 16 var
#comfunc global IXpsOMTileBrush_SetTileMode 17 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IXpsOMTileBrush "{0FC2328D-D722-4A54-B2EC-BE90218A789E}"
#usecom global IXpsOMTileBrush IID_IXpsOMTileBrush "{}"
#comfunc global IXpsOMTileBrush_GetTransform 7 sptr
#comfunc global IXpsOMTileBrush_GetTransformLocal 8 sptr
#comfunc global IXpsOMTileBrush_SetTransformLocal 9 sptr
#comfunc global IXpsOMTileBrush_GetTransformLookup 10 sptr
#comfunc global IXpsOMTileBrush_SetTransformLookup 11 wstr
#comfunc global IXpsOMTileBrush_GetViewbox 12 sptr
#comfunc global IXpsOMTileBrush_SetViewbox 13 sptr
#comfunc global IXpsOMTileBrush_GetViewport 14 sptr
#comfunc global IXpsOMTileBrush_SetViewport 15 sptr
#comfunc global IXpsOMTileBrush_GetTileMode 16 sptr
#comfunc global IXpsOMTileBrush_SetTileMode 17 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。