#define global IID_IHTMLFormElement "{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLFormElement IID_IHTMLFormElement "{3050F251-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLFormElement_put_action 7 wstr
#comfunc global IHTMLFormElement_get_action 8 var
#comfunc global IHTMLFormElement_put_dir 9 wstr
#comfunc global IHTMLFormElement_get_dir 10 var
#comfunc global IHTMLFormElement_put_encoding 11 wstr
#comfunc global IHTMLFormElement_get_encoding 12 var
#comfunc global IHTMLFormElement_put_method 13 wstr
#comfunc global IHTMLFormElement_get_method 14 var
#comfunc global IHTMLFormElement_get_elements 15 sptr
#comfunc global IHTMLFormElement_put_target 16 wstr
#comfunc global IHTMLFormElement_get_target 17 var
#comfunc global IHTMLFormElement_put_name 18 wstr
#comfunc global IHTMLFormElement_get_name 19 var
#comfunc global IHTMLFormElement_put_onsubmit 20 int
#comfunc global IHTMLFormElement_get_onsubmit 21 var
#comfunc global IHTMLFormElement_put_onreset 22 int
#comfunc global IHTMLFormElement_get_onreset 23 var
#comfunc global IHTMLFormElement_submit 24
#comfunc global IHTMLFormElement_reset 25
#comfunc global IHTMLFormElement_put_length 26 int
#comfunc global IHTMLFormElement_get_length 27 var
#comfunc global IHTMLFormElement_get__newEnum 28 sptr
#comfunc global IHTMLFormElement_item 29 int,int,sptr
#comfunc global IHTMLFormElement_tags 30 int,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_IHTMLFormElement "{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLFormElement IID_IHTMLFormElement "{3050F251-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLFormElement_put_action 7 wstr
#comfunc global IHTMLFormElement_get_action 8 sptr
#comfunc global IHTMLFormElement_put_dir 9 wstr
#comfunc global IHTMLFormElement_get_dir 10 sptr
#comfunc global IHTMLFormElement_put_encoding 11 wstr
#comfunc global IHTMLFormElement_get_encoding 12 sptr
#comfunc global IHTMLFormElement_put_method 13 wstr
#comfunc global IHTMLFormElement_get_method 14 sptr
#comfunc global IHTMLFormElement_get_elements 15 sptr
#comfunc global IHTMLFormElement_put_target 16 wstr
#comfunc global IHTMLFormElement_get_target 17 sptr
#comfunc global IHTMLFormElement_put_name 18 wstr
#comfunc global IHTMLFormElement_get_name 19 sptr
#comfunc global IHTMLFormElement_put_onsubmit 20 int
#comfunc global IHTMLFormElement_get_onsubmit 21 sptr
#comfunc global IHTMLFormElement_put_onreset 22 int
#comfunc global IHTMLFormElement_get_onreset 23 sptr
#comfunc global IHTMLFormElement_submit 24
#comfunc global IHTMLFormElement_reset 25
#comfunc global IHTMLFormElement_put_length 26 int
#comfunc global IHTMLFormElement_get_length 27 sptr
#comfunc global IHTMLFormElement_get__newEnum 28 sptr
#comfunc global IHTMLFormElement_item 29 int,int,sptr
#comfunc global IHTMLFormElement_tags 30 int,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 不要)。