#define global IID_IHTMLMarqueeElement "{3050F2B5-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLMarqueeElement IID_IHTMLMarqueeElement "{3050F2B9-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLMarqueeElement_put_bgColor 7 int
#comfunc global IHTMLMarqueeElement_get_bgColor 8 var
#comfunc global IHTMLMarqueeElement_put_scrollDelay 9 int
#comfunc global IHTMLMarqueeElement_get_scrollDelay 10 var
#comfunc global IHTMLMarqueeElement_put_direction 11 wstr
#comfunc global IHTMLMarqueeElement_get_direction 12 var
#comfunc global IHTMLMarqueeElement_put_behavior 13 wstr
#comfunc global IHTMLMarqueeElement_get_behavior 14 var
#comfunc global IHTMLMarqueeElement_put_scrollAmount 15 int
#comfunc global IHTMLMarqueeElement_get_scrollAmount 16 var
#comfunc global IHTMLMarqueeElement_put_loop 17 int
#comfunc global IHTMLMarqueeElement_get_loop 18 var
#comfunc global IHTMLMarqueeElement_put_vspace 19 int
#comfunc global IHTMLMarqueeElement_get_vspace 20 var
#comfunc global IHTMLMarqueeElement_put_hspace 21 int
#comfunc global IHTMLMarqueeElement_get_hspace 22 var
#comfunc global IHTMLMarqueeElement_put_onfinish 23 int
#comfunc global IHTMLMarqueeElement_get_onfinish 24 var
#comfunc global IHTMLMarqueeElement_put_onstart 25 int
#comfunc global IHTMLMarqueeElement_get_onstart 26 var
#comfunc global IHTMLMarqueeElement_put_onbounce 27 int
#comfunc global IHTMLMarqueeElement_get_onbounce 28 var
#comfunc global IHTMLMarqueeElement_put_width 29 int
#comfunc global IHTMLMarqueeElement_get_width 30 var
#comfunc global IHTMLMarqueeElement_put_height 31 int
#comfunc global IHTMLMarqueeElement_get_height 32 var
#comfunc global IHTMLMarqueeElement_put_trueSpeed 33 int
#comfunc global IHTMLMarqueeElement_get_trueSpeed 34 var
#comfunc global IHTMLMarqueeElement_start 35
#comfunc global IHTMLMarqueeElement_stop 36
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLMarqueeElement "{3050F2B5-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLMarqueeElement IID_IHTMLMarqueeElement "{3050F2B9-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLMarqueeElement_put_bgColor 7 int
#comfunc global IHTMLMarqueeElement_get_bgColor 8 sptr
#comfunc global IHTMLMarqueeElement_put_scrollDelay 9 int
#comfunc global IHTMLMarqueeElement_get_scrollDelay 10 sptr
#comfunc global IHTMLMarqueeElement_put_direction 11 wstr
#comfunc global IHTMLMarqueeElement_get_direction 12 sptr
#comfunc global IHTMLMarqueeElement_put_behavior 13 wstr
#comfunc global IHTMLMarqueeElement_get_behavior 14 sptr
#comfunc global IHTMLMarqueeElement_put_scrollAmount 15 int
#comfunc global IHTMLMarqueeElement_get_scrollAmount 16 sptr
#comfunc global IHTMLMarqueeElement_put_loop 17 int
#comfunc global IHTMLMarqueeElement_get_loop 18 sptr
#comfunc global IHTMLMarqueeElement_put_vspace 19 int
#comfunc global IHTMLMarqueeElement_get_vspace 20 sptr
#comfunc global IHTMLMarqueeElement_put_hspace 21 int
#comfunc global IHTMLMarqueeElement_get_hspace 22 sptr
#comfunc global IHTMLMarqueeElement_put_onfinish 23 int
#comfunc global IHTMLMarqueeElement_get_onfinish 24 sptr
#comfunc global IHTMLMarqueeElement_put_onstart 25 int
#comfunc global IHTMLMarqueeElement_get_onstart 26 sptr
#comfunc global IHTMLMarqueeElement_put_onbounce 27 int
#comfunc global IHTMLMarqueeElement_get_onbounce 28 sptr
#comfunc global IHTMLMarqueeElement_put_width 29 int
#comfunc global IHTMLMarqueeElement_get_width 30 sptr
#comfunc global IHTMLMarqueeElement_put_height 31 int
#comfunc global IHTMLMarqueeElement_get_height 32 sptr
#comfunc global IHTMLMarqueeElement_put_trueSpeed 33 int
#comfunc global IHTMLMarqueeElement_get_trueSpeed 34 sptr
#comfunc global IHTMLMarqueeElement_start 35
#comfunc global IHTMLMarqueeElement_stop 36
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。