#define global IID_IHTMLRuleStyle6 "{30510471-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLRuleStyle6 IID_IHTMLRuleStyle6 "{3050F3D0-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLRuleStyle6_put_content 7 wstr
#comfunc global IHTMLRuleStyle6_get_content 8 var
#comfunc global IHTMLRuleStyle6_put_captionSide 9 wstr
#comfunc global IHTMLRuleStyle6_get_captionSide 10 var
#comfunc global IHTMLRuleStyle6_put_counterIncrement 11 wstr
#comfunc global IHTMLRuleStyle6_get_counterIncrement 12 var
#comfunc global IHTMLRuleStyle6_put_counterReset 13 wstr
#comfunc global IHTMLRuleStyle6_get_counterReset 14 var
#comfunc global IHTMLRuleStyle6_put_outline 15 wstr
#comfunc global IHTMLRuleStyle6_get_outline 16 var
#comfunc global IHTMLRuleStyle6_put_outlineWidth 17 int
#comfunc global IHTMLRuleStyle6_get_outlineWidth 18 var
#comfunc global IHTMLRuleStyle6_put_outlineStyle 19 wstr
#comfunc global IHTMLRuleStyle6_get_outlineStyle 20 var
#comfunc global IHTMLRuleStyle6_put_outlineColor 21 int
#comfunc global IHTMLRuleStyle6_get_outlineColor 22 var
#comfunc global IHTMLRuleStyle6_put_boxSizing 23 wstr
#comfunc global IHTMLRuleStyle6_get_boxSizing 24 var
#comfunc global IHTMLRuleStyle6_put_borderSpacing 25 wstr
#comfunc global IHTMLRuleStyle6_get_borderSpacing 26 var
#comfunc global IHTMLRuleStyle6_put_orphans 27 int
#comfunc global IHTMLRuleStyle6_get_orphans 28 var
#comfunc global IHTMLRuleStyle6_put_widows 29 int
#comfunc global IHTMLRuleStyle6_get_widows 30 var
#comfunc global IHTMLRuleStyle6_put_pageBreakInside 31 wstr
#comfunc global IHTMLRuleStyle6_get_pageBreakInside 32 var
#comfunc global IHTMLRuleStyle6_put_emptyCells 33 wstr
#comfunc global IHTMLRuleStyle6_get_emptyCells 34 var
#comfunc global IHTMLRuleStyle6_put_msBlockProgression 35 wstr
#comfunc global IHTMLRuleStyle6_get_msBlockProgression 36 var
#comfunc global IHTMLRuleStyle6_put_quotes 37 wstr
#comfunc global IHTMLRuleStyle6_get_quotes 38 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLRuleStyle6 "{30510471-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLRuleStyle6 IID_IHTMLRuleStyle6 "{3050F3D0-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLRuleStyle6_put_content 7 wstr
#comfunc global IHTMLRuleStyle6_get_content 8 sptr
#comfunc global IHTMLRuleStyle6_put_captionSide 9 wstr
#comfunc global IHTMLRuleStyle6_get_captionSide 10 sptr
#comfunc global IHTMLRuleStyle6_put_counterIncrement 11 wstr
#comfunc global IHTMLRuleStyle6_get_counterIncrement 12 sptr
#comfunc global IHTMLRuleStyle6_put_counterReset 13 wstr
#comfunc global IHTMLRuleStyle6_get_counterReset 14 sptr
#comfunc global IHTMLRuleStyle6_put_outline 15 wstr
#comfunc global IHTMLRuleStyle6_get_outline 16 sptr
#comfunc global IHTMLRuleStyle6_put_outlineWidth 17 int
#comfunc global IHTMLRuleStyle6_get_outlineWidth 18 sptr
#comfunc global IHTMLRuleStyle6_put_outlineStyle 19 wstr
#comfunc global IHTMLRuleStyle6_get_outlineStyle 20 sptr
#comfunc global IHTMLRuleStyle6_put_outlineColor 21 int
#comfunc global IHTMLRuleStyle6_get_outlineColor 22 sptr
#comfunc global IHTMLRuleStyle6_put_boxSizing 23 wstr
#comfunc global IHTMLRuleStyle6_get_boxSizing 24 sptr
#comfunc global IHTMLRuleStyle6_put_borderSpacing 25 wstr
#comfunc global IHTMLRuleStyle6_get_borderSpacing 26 sptr
#comfunc global IHTMLRuleStyle6_put_orphans 27 int
#comfunc global IHTMLRuleStyle6_get_orphans 28 sptr
#comfunc global IHTMLRuleStyle6_put_widows 29 int
#comfunc global IHTMLRuleStyle6_get_widows 30 sptr
#comfunc global IHTMLRuleStyle6_put_pageBreakInside 31 wstr
#comfunc global IHTMLRuleStyle6_get_pageBreakInside 32 sptr
#comfunc global IHTMLRuleStyle6_put_emptyCells 33 wstr
#comfunc global IHTMLRuleStyle6_get_emptyCells 34 sptr
#comfunc global IHTMLRuleStyle6_put_msBlockProgression 35 wstr
#comfunc global IHTMLRuleStyle6_get_msBlockProgression 36 sptr
#comfunc global IHTMLRuleStyle6_put_quotes 37 wstr
#comfunc global IHTMLRuleStyle6_get_quotes 38 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。