#define global IID_IHTMLWindow8 "{305107AB-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLWindow8 IID_IHTMLWindow8 "{}"
#comfunc global IHTMLWindow8_put_onmspointerdown 7 int
#comfunc global IHTMLWindow8_get_onmspointerdown 8 var
#comfunc global IHTMLWindow8_put_onmspointermove 9 int
#comfunc global IHTMLWindow8_get_onmspointermove 10 var
#comfunc global IHTMLWindow8_put_onmspointerup 11 int
#comfunc global IHTMLWindow8_get_onmspointerup 12 var
#comfunc global IHTMLWindow8_put_onmspointerover 13 int
#comfunc global IHTMLWindow8_get_onmspointerover 14 var
#comfunc global IHTMLWindow8_put_onmspointerout 15 int
#comfunc global IHTMLWindow8_get_onmspointerout 16 var
#comfunc global IHTMLWindow8_put_onmspointercancel 17 int
#comfunc global IHTMLWindow8_get_onmspointercancel 18 var
#comfunc global IHTMLWindow8_put_onmspointerhover 19 int
#comfunc global IHTMLWindow8_get_onmspointerhover 20 var
#comfunc global IHTMLWindow8_put_onmsgesturestart 21 int
#comfunc global IHTMLWindow8_get_onmsgesturestart 22 var
#comfunc global IHTMLWindow8_put_onmsgesturechange 23 int
#comfunc global IHTMLWindow8_get_onmsgesturechange 24 var
#comfunc global IHTMLWindow8_put_onmsgestureend 25 int
#comfunc global IHTMLWindow8_get_onmsgestureend 26 var
#comfunc global IHTMLWindow8_put_onmsgesturehold 27 int
#comfunc global IHTMLWindow8_get_onmsgesturehold 28 var
#comfunc global IHTMLWindow8_put_onmsgesturetap 29 int
#comfunc global IHTMLWindow8_get_onmsgesturetap 30 var
#comfunc global IHTMLWindow8_put_onmsgesturedoubletap 31 int
#comfunc global IHTMLWindow8_get_onmsgesturedoubletap 32 var
#comfunc global IHTMLWindow8_put_onmsinertiastart 33 int
#comfunc global IHTMLWindow8_get_onmsinertiastart 34 var
#comfunc global IHTMLWindow8_get_applicationCache 35 sptr
#comfunc global IHTMLWindow8_put_onpopstate 36 int
#comfunc global IHTMLWindow8_get_onpopstate 37 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLWindow8 "{305107AB-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLWindow8 IID_IHTMLWindow8 "{}"
#comfunc global IHTMLWindow8_put_onmspointerdown 7 int
#comfunc global IHTMLWindow8_get_onmspointerdown 8 sptr
#comfunc global IHTMLWindow8_put_onmspointermove 9 int
#comfunc global IHTMLWindow8_get_onmspointermove 10 sptr
#comfunc global IHTMLWindow8_put_onmspointerup 11 int
#comfunc global IHTMLWindow8_get_onmspointerup 12 sptr
#comfunc global IHTMLWindow8_put_onmspointerover 13 int
#comfunc global IHTMLWindow8_get_onmspointerover 14 sptr
#comfunc global IHTMLWindow8_put_onmspointerout 15 int
#comfunc global IHTMLWindow8_get_onmspointerout 16 sptr
#comfunc global IHTMLWindow8_put_onmspointercancel 17 int
#comfunc global IHTMLWindow8_get_onmspointercancel 18 sptr
#comfunc global IHTMLWindow8_put_onmspointerhover 19 int
#comfunc global IHTMLWindow8_get_onmspointerhover 20 sptr
#comfunc global IHTMLWindow8_put_onmsgesturestart 21 int
#comfunc global IHTMLWindow8_get_onmsgesturestart 22 sptr
#comfunc global IHTMLWindow8_put_onmsgesturechange 23 int
#comfunc global IHTMLWindow8_get_onmsgesturechange 24 sptr
#comfunc global IHTMLWindow8_put_onmsgestureend 25 int
#comfunc global IHTMLWindow8_get_onmsgestureend 26 sptr
#comfunc global IHTMLWindow8_put_onmsgesturehold 27 int
#comfunc global IHTMLWindow8_get_onmsgesturehold 28 sptr
#comfunc global IHTMLWindow8_put_onmsgesturetap 29 int
#comfunc global IHTMLWindow8_get_onmsgesturetap 30 sptr
#comfunc global IHTMLWindow8_put_onmsgesturedoubletap 31 int
#comfunc global IHTMLWindow8_get_onmsgesturedoubletap 32 sptr
#comfunc global IHTMLWindow8_put_onmsinertiastart 33 int
#comfunc global IHTMLWindow8_get_onmsinertiastart 34 sptr
#comfunc global IHTMLWindow8_get_applicationCache 35 sptr
#comfunc global IHTMLWindow8_put_onpopstate 36 int
#comfunc global IHTMLWindow8_get_onpopstate 37 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。