#define global IID_IHTMLInputRangeElement "{3050F2D4-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLInputRangeElement IID_IHTMLInputRangeElement "{}"
#comfunc global IHTMLInputRangeElement_put_disabled 7 int
#comfunc global IHTMLInputRangeElement_get_disabled 8 var
#comfunc global IHTMLInputRangeElement_get_type 9 var
#comfunc global IHTMLInputRangeElement_put_alt 10 wstr
#comfunc global IHTMLInputRangeElement_get_alt 11 var
#comfunc global IHTMLInputRangeElement_put_name 12 wstr
#comfunc global IHTMLInputRangeElement_get_name 13 var
#comfunc global IHTMLInputRangeElement_put_value 14 wstr
#comfunc global IHTMLInputRangeElement_get_value 15 var
#comfunc global IHTMLInputRangeElement_put_min 16 wstr
#comfunc global IHTMLInputRangeElement_get_min 17 var
#comfunc global IHTMLInputRangeElement_put_max 18 wstr
#comfunc global IHTMLInputRangeElement_get_max 19 var
#comfunc global IHTMLInputRangeElement_put_step 20 wstr
#comfunc global IHTMLInputRangeElement_get_step 21 var
#comfunc global IHTMLInputRangeElement_put_valueAsNumber 22 double
#comfunc global IHTMLInputRangeElement_get_valueAsNumber 23 var
#comfunc global IHTMLInputRangeElement_stepUp 24 int
#comfunc global IHTMLInputRangeElement_stepDown 25 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLInputRangeElement "{3050F2D4-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLInputRangeElement IID_IHTMLInputRangeElement "{}"
#comfunc global IHTMLInputRangeElement_put_disabled 7 int
#comfunc global IHTMLInputRangeElement_get_disabled 8 sptr
#comfunc global IHTMLInputRangeElement_get_type 9 sptr
#comfunc global IHTMLInputRangeElement_put_alt 10 wstr
#comfunc global IHTMLInputRangeElement_get_alt 11 sptr
#comfunc global IHTMLInputRangeElement_put_name 12 wstr
#comfunc global IHTMLInputRangeElement_get_name 13 sptr
#comfunc global IHTMLInputRangeElement_put_value 14 wstr
#comfunc global IHTMLInputRangeElement_get_value 15 sptr
#comfunc global IHTMLInputRangeElement_put_min 16 wstr
#comfunc global IHTMLInputRangeElement_get_min 17 sptr
#comfunc global IHTMLInputRangeElement_put_max 18 wstr
#comfunc global IHTMLInputRangeElement_get_max 19 sptr
#comfunc global IHTMLInputRangeElement_put_step 20 wstr
#comfunc global IHTMLInputRangeElement_get_step 21 sptr
#comfunc global IHTMLInputRangeElement_put_valueAsNumber 22 double
#comfunc global IHTMLInputRangeElement_get_valueAsNumber 23 sptr
#comfunc global IHTMLInputRangeElement_stepUp 24 int
#comfunc global IHTMLInputRangeElement_stepDown 25 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。