#define global IID_IHTMLTextAreaElement "{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLTextAreaElement IID_IHTMLTextAreaElement "{3050F2AC-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLTextAreaElement_get_type 7 var
#comfunc global IHTMLTextAreaElement_put_value 8 wstr
#comfunc global IHTMLTextAreaElement_get_value 9 var
#comfunc global IHTMLTextAreaElement_put_name 10 wstr
#comfunc global IHTMLTextAreaElement_get_name 11 var
#comfunc global IHTMLTextAreaElement_put_status 12 int
#comfunc global IHTMLTextAreaElement_get_status 13 var
#comfunc global IHTMLTextAreaElement_put_disabled 14 int
#comfunc global IHTMLTextAreaElement_get_disabled 15 var
#comfunc global IHTMLTextAreaElement_get_form 16 sptr
#comfunc global IHTMLTextAreaElement_put_defaultValue 17 wstr
#comfunc global IHTMLTextAreaElement_get_defaultValue 18 var
#comfunc global IHTMLTextAreaElement_select 19
#comfunc global IHTMLTextAreaElement_put_onchange 20 int
#comfunc global IHTMLTextAreaElement_get_onchange 21 var
#comfunc global IHTMLTextAreaElement_put_onselect 22 int
#comfunc global IHTMLTextAreaElement_get_onselect 23 var
#comfunc global IHTMLTextAreaElement_put_readOnly 24 int
#comfunc global IHTMLTextAreaElement_get_readOnly 25 var
#comfunc global IHTMLTextAreaElement_put_rows 26 int
#comfunc global IHTMLTextAreaElement_get_rows 27 var
#comfunc global IHTMLTextAreaElement_put_cols 28 int
#comfunc global IHTMLTextAreaElement_get_cols 29 var
#comfunc global IHTMLTextAreaElement_put_wrap 30 wstr
#comfunc global IHTMLTextAreaElement_get_wrap 31 var
#comfunc global IHTMLTextAreaElement_createTextRange 32 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_IHTMLTextAreaElement "{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLTextAreaElement IID_IHTMLTextAreaElement "{3050F2AC-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLTextAreaElement_get_type 7 sptr
#comfunc global IHTMLTextAreaElement_put_value 8 wstr
#comfunc global IHTMLTextAreaElement_get_value 9 sptr
#comfunc global IHTMLTextAreaElement_put_name 10 wstr
#comfunc global IHTMLTextAreaElement_get_name 11 sptr
#comfunc global IHTMLTextAreaElement_put_status 12 int
#comfunc global IHTMLTextAreaElement_get_status 13 sptr
#comfunc global IHTMLTextAreaElement_put_disabled 14 int
#comfunc global IHTMLTextAreaElement_get_disabled 15 sptr
#comfunc global IHTMLTextAreaElement_get_form 16 sptr
#comfunc global IHTMLTextAreaElement_put_defaultValue 17 wstr
#comfunc global IHTMLTextAreaElement_get_defaultValue 18 sptr
#comfunc global IHTMLTextAreaElement_select 19
#comfunc global IHTMLTextAreaElement_put_onchange 20 int
#comfunc global IHTMLTextAreaElement_get_onchange 21 sptr
#comfunc global IHTMLTextAreaElement_put_onselect 22 int
#comfunc global IHTMLTextAreaElement_get_onselect 23 sptr
#comfunc global IHTMLTextAreaElement_put_readOnly 24 int
#comfunc global IHTMLTextAreaElement_get_readOnly 25 sptr
#comfunc global IHTMLTextAreaElement_put_rows 26 int
#comfunc global IHTMLTextAreaElement_get_rows 27 sptr
#comfunc global IHTMLTextAreaElement_put_cols 28 int
#comfunc global IHTMLTextAreaElement_get_cols 29 sptr
#comfunc global IHTMLTextAreaElement_put_wrap 30 wstr
#comfunc global IHTMLTextAreaElement_get_wrap 31 sptr
#comfunc global IHTMLTextAreaElement_createTextRange 32 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 不要)。