#define global IID_IHTMLBodyElement3 "{30510422-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLBodyElement3 IID_IHTMLBodyElement3 "{}"
#comfunc global IHTMLBodyElement3_put_background 7 wstr
#comfunc global IHTMLBodyElement3_get_background 8 var
#comfunc global IHTMLBodyElement3_put_ononline 9 int
#comfunc global IHTMLBodyElement3_get_ononline 10 var
#comfunc global IHTMLBodyElement3_put_onoffline 11 int
#comfunc global IHTMLBodyElement3_get_onoffline 12 var
#comfunc global IHTMLBodyElement3_put_onhashchange 13 int
#comfunc global IHTMLBodyElement3_get_onhashchange 14 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLBodyElement3 "{30510422-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLBodyElement3 IID_IHTMLBodyElement3 "{}"
#comfunc global IHTMLBodyElement3_put_background 7 wstr
#comfunc global IHTMLBodyElement3_get_background 8 sptr
#comfunc global IHTMLBodyElement3_put_ononline 9 int
#comfunc global IHTMLBodyElement3_get_ononline 10 sptr
#comfunc global IHTMLBodyElement3_put_onoffline 11 int
#comfunc global IHTMLBodyElement3_get_onoffline 12 sptr
#comfunc global IHTMLBodyElement3_put_onhashchange 13 int
#comfunc global IHTMLBodyElement3_get_onhashchange 14 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。