#define global IID_IHTMLRuleStyle3 "{3050F657-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLRuleStyle3 IID_IHTMLRuleStyle3 "{}"
#comfunc global IHTMLRuleStyle3_put_layoutFlow 7 wstr
#comfunc global IHTMLRuleStyle3_get_layoutFlow 8 var
#comfunc global IHTMLRuleStyle3_put_zoom 9 int
#comfunc global IHTMLRuleStyle3_get_zoom 10 var
#comfunc global IHTMLRuleStyle3_put_wordWrap 11 wstr
#comfunc global IHTMLRuleStyle3_get_wordWrap 12 var
#comfunc global IHTMLRuleStyle3_put_textUnderlinePosition 13 wstr
#comfunc global IHTMLRuleStyle3_get_textUnderlinePosition 14 var
#comfunc global IHTMLRuleStyle3_put_scrollbarBaseColor 15 int
#comfunc global IHTMLRuleStyle3_get_scrollbarBaseColor 16 var
#comfunc global IHTMLRuleStyle3_put_scrollbarFaceColor 17 int
#comfunc global IHTMLRuleStyle3_get_scrollbarFaceColor 18 var
#comfunc global IHTMLRuleStyle3_put_scrollbar3dLightColor 19 int
#comfunc global IHTMLRuleStyle3_get_scrollbar3dLightColor 20 var
#comfunc global IHTMLRuleStyle3_put_scrollbarShadowColor 21 int
#comfunc global IHTMLRuleStyle3_get_scrollbarShadowColor 22 var
#comfunc global IHTMLRuleStyle3_put_scrollbarHighlightColor 23 int
#comfunc global IHTMLRuleStyle3_get_scrollbarHighlightColor 24 var
#comfunc global IHTMLRuleStyle3_put_scrollbarDarkShadowColor 25 int
#comfunc global IHTMLRuleStyle3_get_scrollbarDarkShadowColor 26 var
#comfunc global IHTMLRuleStyle3_put_scrollbarArrowColor 27 int
#comfunc global IHTMLRuleStyle3_get_scrollbarArrowColor 28 var
#comfunc global IHTMLRuleStyle3_put_scrollbarTrackColor 29 int
#comfunc global IHTMLRuleStyle3_get_scrollbarTrackColor 30 var
#comfunc global IHTMLRuleStyle3_put_writingMode 31 wstr
#comfunc global IHTMLRuleStyle3_get_writingMode 32 var
#comfunc global IHTMLRuleStyle3_put_textAlignLast 33 wstr
#comfunc global IHTMLRuleStyle3_get_textAlignLast 34 var
#comfunc global IHTMLRuleStyle3_put_textKashidaSpace 35 int
#comfunc global IHTMLRuleStyle3_get_textKashidaSpace 36 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLRuleStyle3 "{3050F657-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLRuleStyle3 IID_IHTMLRuleStyle3 "{}"
#comfunc global IHTMLRuleStyle3_put_layoutFlow 7 wstr
#comfunc global IHTMLRuleStyle3_get_layoutFlow 8 sptr
#comfunc global IHTMLRuleStyle3_put_zoom 9 int
#comfunc global IHTMLRuleStyle3_get_zoom 10 sptr
#comfunc global IHTMLRuleStyle3_put_wordWrap 11 wstr
#comfunc global IHTMLRuleStyle3_get_wordWrap 12 sptr
#comfunc global IHTMLRuleStyle3_put_textUnderlinePosition 13 wstr
#comfunc global IHTMLRuleStyle3_get_textUnderlinePosition 14 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarBaseColor 15 int
#comfunc global IHTMLRuleStyle3_get_scrollbarBaseColor 16 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarFaceColor 17 int
#comfunc global IHTMLRuleStyle3_get_scrollbarFaceColor 18 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbar3dLightColor 19 int
#comfunc global IHTMLRuleStyle3_get_scrollbar3dLightColor 20 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarShadowColor 21 int
#comfunc global IHTMLRuleStyle3_get_scrollbarShadowColor 22 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarHighlightColor 23 int
#comfunc global IHTMLRuleStyle3_get_scrollbarHighlightColor 24 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarDarkShadowColor 25 int
#comfunc global IHTMLRuleStyle3_get_scrollbarDarkShadowColor 26 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarArrowColor 27 int
#comfunc global IHTMLRuleStyle3_get_scrollbarArrowColor 28 sptr
#comfunc global IHTMLRuleStyle3_put_scrollbarTrackColor 29 int
#comfunc global IHTMLRuleStyle3_get_scrollbarTrackColor 30 sptr
#comfunc global IHTMLRuleStyle3_put_writingMode 31 wstr
#comfunc global IHTMLRuleStyle3_get_writingMode 32 sptr
#comfunc global IHTMLRuleStyle3_put_textAlignLast 33 wstr
#comfunc global IHTMLRuleStyle3_get_textAlignLast 34 sptr
#comfunc global IHTMLRuleStyle3_put_textKashidaSpace 35 int
#comfunc global IHTMLRuleStyle3_get_textKashidaSpace 36 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。