#define global IID_IHTMLRenderStyle "{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLRenderStyle IID_IHTMLRenderStyle "{}"
#comfunc global IHTMLRenderStyle_put_textLineThroughStyle 7 wstr
#comfunc global IHTMLRenderStyle_get_textLineThroughStyle 8 var
#comfunc global IHTMLRenderStyle_put_textUnderlineStyle 9 wstr
#comfunc global IHTMLRenderStyle_get_textUnderlineStyle 10 var
#comfunc global IHTMLRenderStyle_put_textEffect 11 wstr
#comfunc global IHTMLRenderStyle_get_textEffect 12 var
#comfunc global IHTMLRenderStyle_put_textColor 13 int
#comfunc global IHTMLRenderStyle_get_textColor 14 var
#comfunc global IHTMLRenderStyle_put_textBackgroundColor 15 int
#comfunc global IHTMLRenderStyle_get_textBackgroundColor 16 var
#comfunc global IHTMLRenderStyle_put_textDecorationColor 17 int
#comfunc global IHTMLRenderStyle_get_textDecorationColor 18 var
#comfunc global IHTMLRenderStyle_put_renderingPriority 19 int
#comfunc global IHTMLRenderStyle_get_renderingPriority 20 var
#comfunc global IHTMLRenderStyle_put_defaultTextSelection 21 wstr
#comfunc global IHTMLRenderStyle_get_defaultTextSelection 22 var
#comfunc global IHTMLRenderStyle_put_textDecoration 23 wstr
#comfunc global IHTMLRenderStyle_get_textDecoration 24 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLRenderStyle "{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLRenderStyle IID_IHTMLRenderStyle "{}"
#comfunc global IHTMLRenderStyle_put_textLineThroughStyle 7 wstr
#comfunc global IHTMLRenderStyle_get_textLineThroughStyle 8 sptr
#comfunc global IHTMLRenderStyle_put_textUnderlineStyle 9 wstr
#comfunc global IHTMLRenderStyle_get_textUnderlineStyle 10 sptr
#comfunc global IHTMLRenderStyle_put_textEffect 11 wstr
#comfunc global IHTMLRenderStyle_get_textEffect 12 sptr
#comfunc global IHTMLRenderStyle_put_textColor 13 int
#comfunc global IHTMLRenderStyle_get_textColor 14 sptr
#comfunc global IHTMLRenderStyle_put_textBackgroundColor 15 int
#comfunc global IHTMLRenderStyle_get_textBackgroundColor 16 sptr
#comfunc global IHTMLRenderStyle_put_textDecorationColor 17 int
#comfunc global IHTMLRenderStyle_get_textDecorationColor 18 sptr
#comfunc global IHTMLRenderStyle_put_renderingPriority 19 int
#comfunc global IHTMLRenderStyle_get_renderingPriority 20 sptr
#comfunc global IHTMLRenderStyle_put_defaultTextSelection 21 wstr
#comfunc global IHTMLRenderStyle_get_defaultTextSelection 22 sptr
#comfunc global IHTMLRenderStyle_put_textDecoration 23 wstr
#comfunc global IHTMLRenderStyle_get_textDecoration 24 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。