#define global IID_IHTMLObjectElement "{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLObjectElement IID_IHTMLObjectElement "{3050F24E-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLObjectElement_get_object 7 sptr
#comfunc global IHTMLObjectElement_get_classid 8 var
#comfunc global IHTMLObjectElement_get_data 9 var
#comfunc global IHTMLObjectElement_putref_recordset 10 sptr
#comfunc global IHTMLObjectElement_get_recordset 11 sptr
#comfunc global IHTMLObjectElement_put_align 12 wstr
#comfunc global IHTMLObjectElement_get_align 13 var
#comfunc global IHTMLObjectElement_put_name 14 wstr
#comfunc global IHTMLObjectElement_get_name 15 var
#comfunc global IHTMLObjectElement_put_codeBase 16 wstr
#comfunc global IHTMLObjectElement_get_codeBase 17 var
#comfunc global IHTMLObjectElement_put_codeType 18 wstr
#comfunc global IHTMLObjectElement_get_codeType 19 var
#comfunc global IHTMLObjectElement_put_code 20 wstr
#comfunc global IHTMLObjectElement_get_code 21 var
#comfunc global IHTMLObjectElement_get_BaseHref 22 var
#comfunc global IHTMLObjectElement_put_type 23 wstr
#comfunc global IHTMLObjectElement_get_type 24 var
#comfunc global IHTMLObjectElement_get_form 25 sptr
#comfunc global IHTMLObjectElement_put_width 26 int
#comfunc global IHTMLObjectElement_get_width 27 var
#comfunc global IHTMLObjectElement_put_height 28 int
#comfunc global IHTMLObjectElement_get_height 29 var
#comfunc global IHTMLObjectElement_get_readyState 30 var
#comfunc global IHTMLObjectElement_put_onreadystatechange 31 int
#comfunc global IHTMLObjectElement_get_onreadystatechange 32 var
#comfunc global IHTMLObjectElement_put_onerror 33 int
#comfunc global IHTMLObjectElement_get_onerror 34 var
#comfunc global IHTMLObjectElement_put_altHtml 35 wstr
#comfunc global IHTMLObjectElement_get_altHtml 36 var
#comfunc global IHTMLObjectElement_put_vspace 37 int
#comfunc global IHTMLObjectElement_get_vspace 38 var
#comfunc global IHTMLObjectElement_put_hspace 39 int
#comfunc global IHTMLObjectElement_get_hspace 40 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLObjectElement "{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLObjectElement IID_IHTMLObjectElement "{3050F24E-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLObjectElement_get_object 7 sptr
#comfunc global IHTMLObjectElement_get_classid 8 sptr
#comfunc global IHTMLObjectElement_get_data 9 sptr
#comfunc global IHTMLObjectElement_putref_recordset 10 sptr
#comfunc global IHTMLObjectElement_get_recordset 11 sptr
#comfunc global IHTMLObjectElement_put_align 12 wstr
#comfunc global IHTMLObjectElement_get_align 13 sptr
#comfunc global IHTMLObjectElement_put_name 14 wstr
#comfunc global IHTMLObjectElement_get_name 15 sptr
#comfunc global IHTMLObjectElement_put_codeBase 16 wstr
#comfunc global IHTMLObjectElement_get_codeBase 17 sptr
#comfunc global IHTMLObjectElement_put_codeType 18 wstr
#comfunc global IHTMLObjectElement_get_codeType 19 sptr
#comfunc global IHTMLObjectElement_put_code 20 wstr
#comfunc global IHTMLObjectElement_get_code 21 sptr
#comfunc global IHTMLObjectElement_get_BaseHref 22 sptr
#comfunc global IHTMLObjectElement_put_type 23 wstr
#comfunc global IHTMLObjectElement_get_type 24 sptr
#comfunc global IHTMLObjectElement_get_form 25 sptr
#comfunc global IHTMLObjectElement_put_width 26 int
#comfunc global IHTMLObjectElement_get_width 27 sptr
#comfunc global IHTMLObjectElement_put_height 28 int
#comfunc global IHTMLObjectElement_get_height 29 sptr
#comfunc global IHTMLObjectElement_get_readyState 30 sptr
#comfunc global IHTMLObjectElement_put_onreadystatechange 31 int
#comfunc global IHTMLObjectElement_get_onreadystatechange 32 sptr
#comfunc global IHTMLObjectElement_put_onerror 33 int
#comfunc global IHTMLObjectElement_get_onerror 34 sptr
#comfunc global IHTMLObjectElement_put_altHtml 35 wstr
#comfunc global IHTMLObjectElement_get_altHtml 36 sptr
#comfunc global IHTMLObjectElement_put_vspace 37 int
#comfunc global IHTMLObjectElement_get_vspace 38 sptr
#comfunc global IHTMLObjectElement_put_hspace 39 int
#comfunc global IHTMLObjectElement_get_hspace 40 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。