#define global IID_IHTMLOptionButtonElement "{3050F2BC-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLOptionButtonElement IID_IHTMLOptionButtonElement "{3050F2BE-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLOptionButtonElement_put_value 7 wstr
#comfunc global IHTMLOptionButtonElement_get_value 8 var
#comfunc global IHTMLOptionButtonElement_get_type 9 var
#comfunc global IHTMLOptionButtonElement_put_name 10 wstr
#comfunc global IHTMLOptionButtonElement_get_name 11 var
#comfunc global IHTMLOptionButtonElement_put_checked 12 int
#comfunc global IHTMLOptionButtonElement_get_checked 13 var
#comfunc global IHTMLOptionButtonElement_put_defaultChecked 14 int
#comfunc global IHTMLOptionButtonElement_get_defaultChecked 15 var
#comfunc global IHTMLOptionButtonElement_put_onchange 16 int
#comfunc global IHTMLOptionButtonElement_get_onchange 17 var
#comfunc global IHTMLOptionButtonElement_put_disabled 18 int
#comfunc global IHTMLOptionButtonElement_get_disabled 19 var
#comfunc global IHTMLOptionButtonElement_put_status 20 int
#comfunc global IHTMLOptionButtonElement_get_status 21 var
#comfunc global IHTMLOptionButtonElement_put_indeterminate 22 int
#comfunc global IHTMLOptionButtonElement_get_indeterminate 23 var
#comfunc global IHTMLOptionButtonElement_get_form 24 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_IHTMLOptionButtonElement "{3050F2BC-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLOptionButtonElement IID_IHTMLOptionButtonElement "{3050F2BE-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLOptionButtonElement_put_value 7 wstr
#comfunc global IHTMLOptionButtonElement_get_value 8 sptr
#comfunc global IHTMLOptionButtonElement_get_type 9 sptr
#comfunc global IHTMLOptionButtonElement_put_name 10 wstr
#comfunc global IHTMLOptionButtonElement_get_name 11 sptr
#comfunc global IHTMLOptionButtonElement_put_checked 12 int
#comfunc global IHTMLOptionButtonElement_get_checked 13 sptr
#comfunc global IHTMLOptionButtonElement_put_defaultChecked 14 int
#comfunc global IHTMLOptionButtonElement_get_defaultChecked 15 sptr
#comfunc global IHTMLOptionButtonElement_put_onchange 16 int
#comfunc global IHTMLOptionButtonElement_get_onchange 17 sptr
#comfunc global IHTMLOptionButtonElement_put_disabled 18 int
#comfunc global IHTMLOptionButtonElement_get_disabled 19 sptr
#comfunc global IHTMLOptionButtonElement_put_status 20 int
#comfunc global IHTMLOptionButtonElement_get_status 21 sptr
#comfunc global IHTMLOptionButtonElement_put_indeterminate 22 int
#comfunc global IHTMLOptionButtonElement_get_indeterminate 23 sptr
#comfunc global IHTMLOptionButtonElement_get_form 24 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 不要)。