#define global IID_IHTMLInputTextElement "{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLInputTextElement IID_IHTMLInputTextElement "{3050F2AB-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLInputTextElement_get_type 7 var
#comfunc global IHTMLInputTextElement_put_value 8 wstr
#comfunc global IHTMLInputTextElement_get_value 9 var
#comfunc global IHTMLInputTextElement_put_name 10 wstr
#comfunc global IHTMLInputTextElement_get_name 11 var
#comfunc global IHTMLInputTextElement_put_status 12 int
#comfunc global IHTMLInputTextElement_get_status 13 var
#comfunc global IHTMLInputTextElement_put_disabled 14 int
#comfunc global IHTMLInputTextElement_get_disabled 15 var
#comfunc global IHTMLInputTextElement_get_form 16 sptr
#comfunc global IHTMLInputTextElement_put_defaultValue 17 wstr
#comfunc global IHTMLInputTextElement_get_defaultValue 18 var
#comfunc global IHTMLInputTextElement_put_size 19 int
#comfunc global IHTMLInputTextElement_get_size 20 var
#comfunc global IHTMLInputTextElement_put_maxLength 21 int
#comfunc global IHTMLInputTextElement_get_maxLength 22 var
#comfunc global IHTMLInputTextElement_select 23
#comfunc global IHTMLInputTextElement_put_onchange 24 int
#comfunc global IHTMLInputTextElement_get_onchange 25 var
#comfunc global IHTMLInputTextElement_put_onselect 26 int
#comfunc global IHTMLInputTextElement_get_onselect 27 var
#comfunc global IHTMLInputTextElement_put_readOnly 28 int
#comfunc global IHTMLInputTextElement_get_readOnly 29 var
#comfunc global IHTMLInputTextElement_createTextRange 30 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLInputTextElement "{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLInputTextElement IID_IHTMLInputTextElement "{3050F2AB-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLInputTextElement_get_type 7 sptr
#comfunc global IHTMLInputTextElement_put_value 8 wstr
#comfunc global IHTMLInputTextElement_get_value 9 sptr
#comfunc global IHTMLInputTextElement_put_name 10 wstr
#comfunc global IHTMLInputTextElement_get_name 11 sptr
#comfunc global IHTMLInputTextElement_put_status 12 int
#comfunc global IHTMLInputTextElement_get_status 13 sptr
#comfunc global IHTMLInputTextElement_put_disabled 14 int
#comfunc global IHTMLInputTextElement_get_disabled 15 sptr
#comfunc global IHTMLInputTextElement_get_form 16 sptr
#comfunc global IHTMLInputTextElement_put_defaultValue 17 wstr
#comfunc global IHTMLInputTextElement_get_defaultValue 18 sptr
#comfunc global IHTMLInputTextElement_put_size 19 int
#comfunc global IHTMLInputTextElement_get_size 20 sptr
#comfunc global IHTMLInputTextElement_put_maxLength 21 int
#comfunc global IHTMLInputTextElement_get_maxLength 22 sptr
#comfunc global IHTMLInputTextElement_select 23
#comfunc global IHTMLInputTextElement_put_onchange 24 int
#comfunc global IHTMLInputTextElement_get_onchange 25 sptr
#comfunc global IHTMLInputTextElement_put_onselect 26 int
#comfunc global IHTMLInputTextElement_get_onselect 27 sptr
#comfunc global IHTMLInputTextElement_put_readOnly 28 int
#comfunc global IHTMLInputTextElement_get_readOnly 29 sptr
#comfunc global IHTMLInputTextElement_createTextRange 30 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。