#define global IID_IHTMLComputedStyle "{3050F6C3-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLComputedStyle IID_IHTMLComputedStyle "{}"
#comfunc global IHTMLComputedStyle_get_bold 3 var
#comfunc global IHTMLComputedStyle_get_italic 4 var
#comfunc global IHTMLComputedStyle_get_underline 5 var
#comfunc global IHTMLComputedStyle_get_overline 6 var
#comfunc global IHTMLComputedStyle_get_strikeOut 7 var
#comfunc global IHTMLComputedStyle_get_subScript 8 var
#comfunc global IHTMLComputedStyle_get_superScript 9 var
#comfunc global IHTMLComputedStyle_get_explicitFace 10 var
#comfunc global IHTMLComputedStyle_get_fontWeight 11 var
#comfunc global IHTMLComputedStyle_get_fontSize 12 var
#comfunc global IHTMLComputedStyle_get_fontName 13 var
#comfunc global IHTMLComputedStyle_get_hasBgColor 14 var
#comfunc global IHTMLComputedStyle_get_textColor 15 var
#comfunc global IHTMLComputedStyle_get_backgroundColor 16 var
#comfunc global IHTMLComputedStyle_get_preFormatted 17 var
#comfunc global IHTMLComputedStyle_get_direction 18 var
#comfunc global IHTMLComputedStyle_get_blockDirection 19 var
#comfunc global IHTMLComputedStyle_get_OL 20 var
#comfunc global IHTMLComputedStyle_IsEqual 21 sptr,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IHTMLComputedStyle "{3050F6C3-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLComputedStyle IID_IHTMLComputedStyle "{}"
#comfunc global IHTMLComputedStyle_get_bold 3 sptr
#comfunc global IHTMLComputedStyle_get_italic 4 sptr
#comfunc global IHTMLComputedStyle_get_underline 5 sptr
#comfunc global IHTMLComputedStyle_get_overline 6 sptr
#comfunc global IHTMLComputedStyle_get_strikeOut 7 sptr
#comfunc global IHTMLComputedStyle_get_subScript 8 sptr
#comfunc global IHTMLComputedStyle_get_superScript 9 sptr
#comfunc global IHTMLComputedStyle_get_explicitFace 10 sptr
#comfunc global IHTMLComputedStyle_get_fontWeight 11 sptr
#comfunc global IHTMLComputedStyle_get_fontSize 12 sptr
#comfunc global IHTMLComputedStyle_get_fontName 13 sptr
#comfunc global IHTMLComputedStyle_get_hasBgColor 14 sptr
#comfunc global IHTMLComputedStyle_get_textColor 15 sptr
#comfunc global IHTMLComputedStyle_get_backgroundColor 16 sptr
#comfunc global IHTMLComputedStyle_get_preFormatted 17 sptr
#comfunc global IHTMLComputedStyle_get_direction 18 sptr
#comfunc global IHTMLComputedStyle_get_blockDirection 19 sptr
#comfunc global IHTMLComputedStyle_get_OL 20 sptr
#comfunc global IHTMLComputedStyle_IsEqual 21 sptr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。