#define global IID_IHTMLSelectElement "{3050F244-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLSelectElement IID_IHTMLSelectElement "{3050F245-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLSelectElement_put_size 7 int
#comfunc global IHTMLSelectElement_get_size 8 var
#comfunc global IHTMLSelectElement_put_multiple 9 int
#comfunc global IHTMLSelectElement_get_multiple 10 var
#comfunc global IHTMLSelectElement_put_name 11 wstr
#comfunc global IHTMLSelectElement_get_name 12 var
#comfunc global IHTMLSelectElement_get_options 13 sptr
#comfunc global IHTMLSelectElement_put_onchange 14 int
#comfunc global IHTMLSelectElement_get_onchange 15 var
#comfunc global IHTMLSelectElement_put_selectedIndex 16 int
#comfunc global IHTMLSelectElement_get_selectedIndex 17 var
#comfunc global IHTMLSelectElement_get_type 18 var
#comfunc global IHTMLSelectElement_put_value 19 wstr
#comfunc global IHTMLSelectElement_get_value 20 var
#comfunc global IHTMLSelectElement_put_disabled 21 int
#comfunc global IHTMLSelectElement_get_disabled 22 var
#comfunc global IHTMLSelectElement_get_form 23 sptr
#comfunc global IHTMLSelectElement_add 24 sptr,int
#comfunc global IHTMLSelectElement_remove 25 int
#comfunc global IHTMLSelectElement_put_length 26 int
#comfunc global IHTMLSelectElement_get_length 27 var
#comfunc global IHTMLSelectElement_get__newEnum 28 sptr
#comfunc global IHTMLSelectElement_item 29 int,int,sptr
#comfunc global IHTMLSelectElement_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_IHTMLSelectElement "{3050F244-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLSelectElement IID_IHTMLSelectElement "{3050F245-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLSelectElement_put_size 7 int
#comfunc global IHTMLSelectElement_get_size 8 sptr
#comfunc global IHTMLSelectElement_put_multiple 9 int
#comfunc global IHTMLSelectElement_get_multiple 10 sptr
#comfunc global IHTMLSelectElement_put_name 11 wstr
#comfunc global IHTMLSelectElement_get_name 12 sptr
#comfunc global IHTMLSelectElement_get_options 13 sptr
#comfunc global IHTMLSelectElement_put_onchange 14 int
#comfunc global IHTMLSelectElement_get_onchange 15 sptr
#comfunc global IHTMLSelectElement_put_selectedIndex 16 int
#comfunc global IHTMLSelectElement_get_selectedIndex 17 sptr
#comfunc global IHTMLSelectElement_get_type 18 sptr
#comfunc global IHTMLSelectElement_put_value 19 wstr
#comfunc global IHTMLSelectElement_get_value 20 sptr
#comfunc global IHTMLSelectElement_put_disabled 21 int
#comfunc global IHTMLSelectElement_get_disabled 22 sptr
#comfunc global IHTMLSelectElement_get_form 23 sptr
#comfunc global IHTMLSelectElement_add 24 sptr,int
#comfunc global IHTMLSelectElement_remove 25 int
#comfunc global IHTMLSelectElement_put_length 26 int
#comfunc global IHTMLSelectElement_get_length 27 sptr
#comfunc global IHTMLSelectElement_get__newEnum 28 sptr
#comfunc global IHTMLSelectElement_item 29 int,int,sptr
#comfunc global IHTMLSelectElement_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 不要)。