#define global IID_IHTMLCurrentStyle2 "{3050F658-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLCurrentStyle2 IID_IHTMLCurrentStyle2 "{}"
#comfunc global IHTMLCurrentStyle2_get_layoutFlow 7 var
#comfunc global IHTMLCurrentStyle2_get_wordWrap 8 var
#comfunc global IHTMLCurrentStyle2_get_textUnderlinePosition 9 var
#comfunc global IHTMLCurrentStyle2_get_hasLayout 10 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarBaseColor 11 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarFaceColor 12 var
#comfunc global IHTMLCurrentStyle2_get_scrollbar3dLightColor 13 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarShadowColor 14 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarHighlightColor 15 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarDarkShadowColor 16 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarArrowColor 17 var
#comfunc global IHTMLCurrentStyle2_get_scrollbarTrackColor 18 var
#comfunc global IHTMLCurrentStyle2_get_writingMode 19 var
#comfunc global IHTMLCurrentStyle2_get_zoom 20 var
#comfunc global IHTMLCurrentStyle2_get_filter 21 var
#comfunc global IHTMLCurrentStyle2_get_textAlignLast 22 var
#comfunc global IHTMLCurrentStyle2_get_textKashidaSpace 23 var
#comfunc global IHTMLCurrentStyle2_get_isBlock 24 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLCurrentStyle2 "{3050F658-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLCurrentStyle2 IID_IHTMLCurrentStyle2 "{}"
#comfunc global IHTMLCurrentStyle2_get_layoutFlow 7 sptr
#comfunc global IHTMLCurrentStyle2_get_wordWrap 8 sptr
#comfunc global IHTMLCurrentStyle2_get_textUnderlinePosition 9 sptr
#comfunc global IHTMLCurrentStyle2_get_hasLayout 10 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarBaseColor 11 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarFaceColor 12 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbar3dLightColor 13 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarShadowColor 14 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarHighlightColor 15 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarDarkShadowColor 16 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarArrowColor 17 sptr
#comfunc global IHTMLCurrentStyle2_get_scrollbarTrackColor 18 sptr
#comfunc global IHTMLCurrentStyle2_get_writingMode 19 sptr
#comfunc global IHTMLCurrentStyle2_get_zoom 20 sptr
#comfunc global IHTMLCurrentStyle2_get_filter 21 sptr
#comfunc global IHTMLCurrentStyle2_get_textAlignLast 22 sptr
#comfunc global IHTMLCurrentStyle2_get_textKashidaSpace 23 sptr
#comfunc global IHTMLCurrentStyle2_get_isBlock 24 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。