#define global IID_IHTMLElement4 "{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLElement4 IID_IHTMLElement4 "{}"
#comfunc global IHTMLElement4_put_onmousewheel 7 int
#comfunc global IHTMLElement4_get_onmousewheel 8 var
#comfunc global IHTMLElement4_normalize 9
#comfunc global IHTMLElement4_getAttributeNode 10 wstr,sptr
#comfunc global IHTMLElement4_setAttributeNode 11 sptr,sptr
#comfunc global IHTMLElement4_removeAttributeNode 12 sptr,sptr
#comfunc global IHTMLElement4_put_onbeforeactivate 13 int
#comfunc global IHTMLElement4_get_onbeforeactivate 14 var
#comfunc global IHTMLElement4_put_onfocusin 15 int
#comfunc global IHTMLElement4_get_onfocusin 16 var
#comfunc global IHTMLElement4_put_onfocusout 17 int
#comfunc global IHTMLElement4_get_onfocusout 18 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLElement4 "{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLElement4 IID_IHTMLElement4 "{}"
#comfunc global IHTMLElement4_put_onmousewheel 7 int
#comfunc global IHTMLElement4_get_onmousewheel 8 sptr
#comfunc global IHTMLElement4_normalize 9
#comfunc global IHTMLElement4_getAttributeNode 10 wstr,sptr
#comfunc global IHTMLElement4_setAttributeNode 11 sptr,sptr
#comfunc global IHTMLElement4_removeAttributeNode 12 sptr,sptr
#comfunc global IHTMLElement4_put_onbeforeactivate 13 int
#comfunc global IHTMLElement4_get_onbeforeactivate 14 sptr
#comfunc global IHTMLElement4_put_onfocusin 15 int
#comfunc global IHTMLElement4_get_onfocusin 16 sptr
#comfunc global IHTMLElement4_put_onfocusout 17 int
#comfunc global IHTMLElement4_get_onfocusout 18 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。