#define global IID_IHTMLInputImage "{3050F2C2-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLInputImage IID_IHTMLInputImage "{3050F2C4-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLInputImage_get_type 7 var
#comfunc global IHTMLInputImage_put_disabled 8 int
#comfunc global IHTMLInputImage_get_disabled 9 var
#comfunc global IHTMLInputImage_put_border 10 int
#comfunc global IHTMLInputImage_get_border 11 var
#comfunc global IHTMLInputImage_put_vspace 12 int
#comfunc global IHTMLInputImage_get_vspace 13 var
#comfunc global IHTMLInputImage_put_hspace 14 int
#comfunc global IHTMLInputImage_get_hspace 15 var
#comfunc global IHTMLInputImage_put_alt 16 wstr
#comfunc global IHTMLInputImage_get_alt 17 var
#comfunc global IHTMLInputImage_put_src 18 wstr
#comfunc global IHTMLInputImage_get_src 19 var
#comfunc global IHTMLInputImage_put_lowsrc 20 wstr
#comfunc global IHTMLInputImage_get_lowsrc 21 var
#comfunc global IHTMLInputImage_put_vrml 22 wstr
#comfunc global IHTMLInputImage_get_vrml 23 var
#comfunc global IHTMLInputImage_put_dynsrc 24 wstr
#comfunc global IHTMLInputImage_get_dynsrc 25 var
#comfunc global IHTMLInputImage_get_readyState 26 var
#comfunc global IHTMLInputImage_get_complete 27 var
#comfunc global IHTMLInputImage_put_loop 28 int
#comfunc global IHTMLInputImage_get_loop 29 var
#comfunc global IHTMLInputImage_put_align 30 wstr
#comfunc global IHTMLInputImage_get_align 31 var
#comfunc global IHTMLInputImage_put_onload 32 int
#comfunc global IHTMLInputImage_get_onload 33 var
#comfunc global IHTMLInputImage_put_onerror 34 int
#comfunc global IHTMLInputImage_get_onerror 35 var
#comfunc global IHTMLInputImage_put_onabort 36 int
#comfunc global IHTMLInputImage_get_onabort 37 var
#comfunc global IHTMLInputImage_put_name 38 wstr
#comfunc global IHTMLInputImage_get_name 39 var
#comfunc global IHTMLInputImage_put_width 40 int
#comfunc global IHTMLInputImage_get_width 41 var
#comfunc global IHTMLInputImage_put_height 42 int
#comfunc global IHTMLInputImage_get_height 43 var
#comfunc global IHTMLInputImage_put_start 44 wstr
#comfunc global IHTMLInputImage_get_start 45 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLInputImage "{3050F2C2-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLInputImage IID_IHTMLInputImage "{3050F2C4-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLInputImage_get_type 7 sptr
#comfunc global IHTMLInputImage_put_disabled 8 int
#comfunc global IHTMLInputImage_get_disabled 9 sptr
#comfunc global IHTMLInputImage_put_border 10 int
#comfunc global IHTMLInputImage_get_border 11 sptr
#comfunc global IHTMLInputImage_put_vspace 12 int
#comfunc global IHTMLInputImage_get_vspace 13 sptr
#comfunc global IHTMLInputImage_put_hspace 14 int
#comfunc global IHTMLInputImage_get_hspace 15 sptr
#comfunc global IHTMLInputImage_put_alt 16 wstr
#comfunc global IHTMLInputImage_get_alt 17 sptr
#comfunc global IHTMLInputImage_put_src 18 wstr
#comfunc global IHTMLInputImage_get_src 19 sptr
#comfunc global IHTMLInputImage_put_lowsrc 20 wstr
#comfunc global IHTMLInputImage_get_lowsrc 21 sptr
#comfunc global IHTMLInputImage_put_vrml 22 wstr
#comfunc global IHTMLInputImage_get_vrml 23 sptr
#comfunc global IHTMLInputImage_put_dynsrc 24 wstr
#comfunc global IHTMLInputImage_get_dynsrc 25 sptr
#comfunc global IHTMLInputImage_get_readyState 26 sptr
#comfunc global IHTMLInputImage_get_complete 27 sptr
#comfunc global IHTMLInputImage_put_loop 28 int
#comfunc global IHTMLInputImage_get_loop 29 sptr
#comfunc global IHTMLInputImage_put_align 30 wstr
#comfunc global IHTMLInputImage_get_align 31 sptr
#comfunc global IHTMLInputImage_put_onload 32 int
#comfunc global IHTMLInputImage_get_onload 33 sptr
#comfunc global IHTMLInputImage_put_onerror 34 int
#comfunc global IHTMLInputImage_get_onerror 35 sptr
#comfunc global IHTMLInputImage_put_onabort 36 int
#comfunc global IHTMLInputImage_get_onabort 37 sptr
#comfunc global IHTMLInputImage_put_name 38 wstr
#comfunc global IHTMLInputImage_get_name 39 sptr
#comfunc global IHTMLInputImage_put_width 40 int
#comfunc global IHTMLInputImage_get_width 41 sptr
#comfunc global IHTMLInputImage_put_height 42 int
#comfunc global IHTMLInputImage_get_height 43 sptr
#comfunc global IHTMLInputImage_put_start 44 wstr
#comfunc global IHTMLInputImage_get_start 45 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。