#define global IID_IHTMLFrameBase "{3050F311-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLFrameBase IID_IHTMLFrameBase "{3050F312-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLFrameBase_put_src 7 wstr
#comfunc global IHTMLFrameBase_get_src 8 var
#comfunc global IHTMLFrameBase_put_name 9 wstr
#comfunc global IHTMLFrameBase_get_name 10 var
#comfunc global IHTMLFrameBase_put_border 11 int
#comfunc global IHTMLFrameBase_get_border 12 var
#comfunc global IHTMLFrameBase_put_frameBorder 13 wstr
#comfunc global IHTMLFrameBase_get_frameBorder 14 var
#comfunc global IHTMLFrameBase_put_frameSpacing 15 int
#comfunc global IHTMLFrameBase_get_frameSpacing 16 var
#comfunc global IHTMLFrameBase_put_marginWidth 17 int
#comfunc global IHTMLFrameBase_get_marginWidth 18 var
#comfunc global IHTMLFrameBase_put_marginHeight 19 int
#comfunc global IHTMLFrameBase_get_marginHeight 20 var
#comfunc global IHTMLFrameBase_put_noResize 21 int
#comfunc global IHTMLFrameBase_get_noResize 22 var
#comfunc global IHTMLFrameBase_put_scrolling 23 wstr
#comfunc global IHTMLFrameBase_get_scrolling 24 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLFrameBase "{3050F311-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLFrameBase IID_IHTMLFrameBase "{3050F312-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLFrameBase_put_src 7 wstr
#comfunc global IHTMLFrameBase_get_src 8 sptr
#comfunc global IHTMLFrameBase_put_name 9 wstr
#comfunc global IHTMLFrameBase_get_name 10 sptr
#comfunc global IHTMLFrameBase_put_border 11 int
#comfunc global IHTMLFrameBase_get_border 12 sptr
#comfunc global IHTMLFrameBase_put_frameBorder 13 wstr
#comfunc global IHTMLFrameBase_get_frameBorder 14 sptr
#comfunc global IHTMLFrameBase_put_frameSpacing 15 int
#comfunc global IHTMLFrameBase_get_frameSpacing 16 sptr
#comfunc global IHTMLFrameBase_put_marginWidth 17 int
#comfunc global IHTMLFrameBase_get_marginWidth 18 sptr
#comfunc global IHTMLFrameBase_put_marginHeight 19 int
#comfunc global IHTMLFrameBase_get_marginHeight 20 sptr
#comfunc global IHTMLFrameBase_put_noResize 21 int
#comfunc global IHTMLFrameBase_get_noResize 22 sptr
#comfunc global IHTMLFrameBase_put_scrolling 23 wstr
#comfunc global IHTMLFrameBase_get_scrolling 24 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。