#define global IID_IHTMLEmbedElement "{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLEmbedElement IID_IHTMLEmbedElement "{}"
#comfunc global IHTMLEmbedElement_put_hidden 7 wstr
#comfunc global IHTMLEmbedElement_get_hidden 8 var
#comfunc global IHTMLEmbedElement_get_palette 9 var
#comfunc global IHTMLEmbedElement_get_pluginspage 10 var
#comfunc global IHTMLEmbedElement_put_src 11 wstr
#comfunc global IHTMLEmbedElement_get_src 12 var
#comfunc global IHTMLEmbedElement_put_units 13 wstr
#comfunc global IHTMLEmbedElement_get_units 14 var
#comfunc global IHTMLEmbedElement_put_name 15 wstr
#comfunc global IHTMLEmbedElement_get_name 16 var
#comfunc global IHTMLEmbedElement_put_width 17 int
#comfunc global IHTMLEmbedElement_get_width 18 var
#comfunc global IHTMLEmbedElement_put_height 19 int
#comfunc global IHTMLEmbedElement_get_height 20 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLEmbedElement "{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLEmbedElement IID_IHTMLEmbedElement "{}"
#comfunc global IHTMLEmbedElement_put_hidden 7 wstr
#comfunc global IHTMLEmbedElement_get_hidden 8 sptr
#comfunc global IHTMLEmbedElement_get_palette 9 sptr
#comfunc global IHTMLEmbedElement_get_pluginspage 10 sptr
#comfunc global IHTMLEmbedElement_put_src 11 wstr
#comfunc global IHTMLEmbedElement_get_src 12 sptr
#comfunc global IHTMLEmbedElement_put_units 13 wstr
#comfunc global IHTMLEmbedElement_get_units 14 sptr
#comfunc global IHTMLEmbedElement_put_name 15 wstr
#comfunc global IHTMLEmbedElement_get_name 16 sptr
#comfunc global IHTMLEmbedElement_put_width 17 int
#comfunc global IHTMLEmbedElement_get_width 18 sptr
#comfunc global IHTMLEmbedElement_put_height 19 int
#comfunc global IHTMLEmbedElement_get_height 20 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。