#define global IID_IHTMLElementDefaults "{3050F6C9-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLElementDefaults IID_IHTMLElementDefaults "{}"
#comfunc global IHTMLElementDefaults_get_style 7 sptr
#comfunc global IHTMLElementDefaults_put_tabStop 8 int
#comfunc global IHTMLElementDefaults_get_tabStop 9 var
#comfunc global IHTMLElementDefaults_put_viewInheritStyle 10 int
#comfunc global IHTMLElementDefaults_get_viewInheritStyle 11 var
#comfunc global IHTMLElementDefaults_put_viewMasterTab 12 int
#comfunc global IHTMLElementDefaults_get_viewMasterTab 13 var
#comfunc global IHTMLElementDefaults_put_scrollSegmentX 14 int
#comfunc global IHTMLElementDefaults_get_scrollSegmentX 15 var
#comfunc global IHTMLElementDefaults_put_scrollSegmentY 16 int
#comfunc global IHTMLElementDefaults_get_scrollSegmentY 17 var
#comfunc global IHTMLElementDefaults_put_isMultiLine 18 int
#comfunc global IHTMLElementDefaults_get_isMultiLine 19 var
#comfunc global IHTMLElementDefaults_put_contentEditable 20 wstr
#comfunc global IHTMLElementDefaults_get_contentEditable 21 var
#comfunc global IHTMLElementDefaults_put_canHaveHTML 22 int
#comfunc global IHTMLElementDefaults_get_canHaveHTML 23 var
#comfunc global IHTMLElementDefaults_putref_viewLink 24 sptr
#comfunc global IHTMLElementDefaults_get_viewLink 25 sptr
#comfunc global IHTMLElementDefaults_put_frozen 26 int
#comfunc global IHTMLElementDefaults_get_frozen 27 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLElementDefaults "{3050F6C9-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLElementDefaults IID_IHTMLElementDefaults "{}"
#comfunc global IHTMLElementDefaults_get_style 7 sptr
#comfunc global IHTMLElementDefaults_put_tabStop 8 int
#comfunc global IHTMLElementDefaults_get_tabStop 9 sptr
#comfunc global IHTMLElementDefaults_put_viewInheritStyle 10 int
#comfunc global IHTMLElementDefaults_get_viewInheritStyle 11 sptr
#comfunc global IHTMLElementDefaults_put_viewMasterTab 12 int
#comfunc global IHTMLElementDefaults_get_viewMasterTab 13 sptr
#comfunc global IHTMLElementDefaults_put_scrollSegmentX 14 int
#comfunc global IHTMLElementDefaults_get_scrollSegmentX 15 sptr
#comfunc global IHTMLElementDefaults_put_scrollSegmentY 16 int
#comfunc global IHTMLElementDefaults_get_scrollSegmentY 17 sptr
#comfunc global IHTMLElementDefaults_put_isMultiLine 18 int
#comfunc global IHTMLElementDefaults_get_isMultiLine 19 sptr
#comfunc global IHTMLElementDefaults_put_contentEditable 20 wstr
#comfunc global IHTMLElementDefaults_get_contentEditable 21 sptr
#comfunc global IHTMLElementDefaults_put_canHaveHTML 22 int
#comfunc global IHTMLElementDefaults_get_canHaveHTML 23 sptr
#comfunc global IHTMLElementDefaults_putref_viewLink 24 sptr
#comfunc global IHTMLElementDefaults_get_viewLink 25 sptr
#comfunc global IHTMLElementDefaults_put_frozen 26 int
#comfunc global IHTMLElementDefaults_get_frozen 27 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。