#define global IID_IHTMLFrameSetElement "{3050F319-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLFrameSetElement IID_IHTMLFrameSetElement "{}"
#comfunc global IHTMLFrameSetElement_put_rows 7 wstr
#comfunc global IHTMLFrameSetElement_get_rows 8 var
#comfunc global IHTMLFrameSetElement_put_cols 9 wstr
#comfunc global IHTMLFrameSetElement_get_cols 10 var
#comfunc global IHTMLFrameSetElement_put_border 11 int
#comfunc global IHTMLFrameSetElement_get_border 12 var
#comfunc global IHTMLFrameSetElement_put_borderColor 13 int
#comfunc global IHTMLFrameSetElement_get_borderColor 14 var
#comfunc global IHTMLFrameSetElement_put_frameBorder 15 wstr
#comfunc global IHTMLFrameSetElement_get_frameBorder 16 var
#comfunc global IHTMLFrameSetElement_put_frameSpacing 17 int
#comfunc global IHTMLFrameSetElement_get_frameSpacing 18 var
#comfunc global IHTMLFrameSetElement_put_name 19 wstr
#comfunc global IHTMLFrameSetElement_get_name 20 var
#comfunc global IHTMLFrameSetElement_put_onload 21 int
#comfunc global IHTMLFrameSetElement_get_onload 22 var
#comfunc global IHTMLFrameSetElement_put_onunload 23 int
#comfunc global IHTMLFrameSetElement_get_onunload 24 var
#comfunc global IHTMLFrameSetElement_put_onbeforeunload 25 int
#comfunc global IHTMLFrameSetElement_get_onbeforeunload 26 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLFrameSetElement "{3050F319-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLFrameSetElement IID_IHTMLFrameSetElement "{}"
#comfunc global IHTMLFrameSetElement_put_rows 7 wstr
#comfunc global IHTMLFrameSetElement_get_rows 8 sptr
#comfunc global IHTMLFrameSetElement_put_cols 9 wstr
#comfunc global IHTMLFrameSetElement_get_cols 10 sptr
#comfunc global IHTMLFrameSetElement_put_border 11 int
#comfunc global IHTMLFrameSetElement_get_border 12 sptr
#comfunc global IHTMLFrameSetElement_put_borderColor 13 int
#comfunc global IHTMLFrameSetElement_get_borderColor 14 sptr
#comfunc global IHTMLFrameSetElement_put_frameBorder 15 wstr
#comfunc global IHTMLFrameSetElement_get_frameBorder 16 sptr
#comfunc global IHTMLFrameSetElement_put_frameSpacing 17 int
#comfunc global IHTMLFrameSetElement_get_frameSpacing 18 sptr
#comfunc global IHTMLFrameSetElement_put_name 19 wstr
#comfunc global IHTMLFrameSetElement_get_name 20 sptr
#comfunc global IHTMLFrameSetElement_put_onload 21 int
#comfunc global IHTMLFrameSetElement_get_onload 22 sptr
#comfunc global IHTMLFrameSetElement_put_onunload 23 int
#comfunc global IHTMLFrameSetElement_get_onunload 24 sptr
#comfunc global IHTMLFrameSetElement_put_onbeforeunload 25 int
#comfunc global IHTMLFrameSetElement_get_onbeforeunload 26 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。