#define global IID_IHTMLHRElement "{3050F1F4-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLHRElement IID_IHTMLHRElement "{3050F252-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLHRElement_put_align 7 wstr
#comfunc global IHTMLHRElement_get_align 8 var
#comfunc global IHTMLHRElement_put_color 9 int
#comfunc global IHTMLHRElement_get_color 10 var
#comfunc global IHTMLHRElement_put_noShade 11 int
#comfunc global IHTMLHRElement_get_noShade 12 var
#comfunc global IHTMLHRElement_put_width 13 int
#comfunc global IHTMLHRElement_get_width 14 var
#comfunc global IHTMLHRElement_put_size 15 int
#comfunc global IHTMLHRElement_get_size 16 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLHRElement "{3050F1F4-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLHRElement IID_IHTMLHRElement "{3050F252-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLHRElement_put_align 7 wstr
#comfunc global IHTMLHRElement_get_align 8 sptr
#comfunc global IHTMLHRElement_put_color 9 int
#comfunc global IHTMLHRElement_get_color 10 sptr
#comfunc global IHTMLHRElement_put_noShade 11 int
#comfunc global IHTMLHRElement_get_noShade 12 sptr
#comfunc global IHTMLHRElement_put_width 13 int
#comfunc global IHTMLHRElement_get_width 14 sptr
#comfunc global IHTMLHRElement_put_size 15 int
#comfunc global IHTMLHRElement_get_size 16 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。