#define global IID_IHTMLApplicationCache "{30510828-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLApplicationCache IID_IHTMLApplicationCache "{}"
#comfunc global IHTMLApplicationCache_get_status 7 var
#comfunc global IHTMLApplicationCache_put_onchecking 8 int
#comfunc global IHTMLApplicationCache_get_onchecking 9 var
#comfunc global IHTMLApplicationCache_put_onerror 10 int
#comfunc global IHTMLApplicationCache_get_onerror 11 var
#comfunc global IHTMLApplicationCache_put_onnoupdate 12 int
#comfunc global IHTMLApplicationCache_get_onnoupdate 13 var
#comfunc global IHTMLApplicationCache_put_ondownloading 14 int
#comfunc global IHTMLApplicationCache_get_ondownloading 15 var
#comfunc global IHTMLApplicationCache_put_onprogress 16 int
#comfunc global IHTMLApplicationCache_get_onprogress 17 var
#comfunc global IHTMLApplicationCache_put_onupdateready 18 int
#comfunc global IHTMLApplicationCache_get_onupdateready 19 var
#comfunc global IHTMLApplicationCache_put_oncached 20 int
#comfunc global IHTMLApplicationCache_get_oncached 21 var
#comfunc global IHTMLApplicationCache_put_onobsolete 22 int
#comfunc global IHTMLApplicationCache_get_onobsolete 23 var
#comfunc global IHTMLApplicationCache_update 24
#comfunc global IHTMLApplicationCache_swapCache 25
#comfunc global IHTMLApplicationCache_abort 26
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLApplicationCache "{30510828-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLApplicationCache IID_IHTMLApplicationCache "{}"
#comfunc global IHTMLApplicationCache_get_status 7 sptr
#comfunc global IHTMLApplicationCache_put_onchecking 8 int
#comfunc global IHTMLApplicationCache_get_onchecking 9 sptr
#comfunc global IHTMLApplicationCache_put_onerror 10 int
#comfunc global IHTMLApplicationCache_get_onerror 11 sptr
#comfunc global IHTMLApplicationCache_put_onnoupdate 12 int
#comfunc global IHTMLApplicationCache_get_onnoupdate 13 sptr
#comfunc global IHTMLApplicationCache_put_ondownloading 14 int
#comfunc global IHTMLApplicationCache_get_ondownloading 15 sptr
#comfunc global IHTMLApplicationCache_put_onprogress 16 int
#comfunc global IHTMLApplicationCache_get_onprogress 17 sptr
#comfunc global IHTMLApplicationCache_put_onupdateready 18 int
#comfunc global IHTMLApplicationCache_get_onupdateready 19 sptr
#comfunc global IHTMLApplicationCache_put_oncached 20 int
#comfunc global IHTMLApplicationCache_get_oncached 21 sptr
#comfunc global IHTMLApplicationCache_put_onobsolete 22 int
#comfunc global IHTMLApplicationCache_get_onobsolete 23 sptr
#comfunc global IHTMLApplicationCache_update 24
#comfunc global IHTMLApplicationCache_swapCache 25
#comfunc global IHTMLApplicationCache_abort 26
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。