#define global IID_IHTMLObjectElement3 "{3050F827-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLObjectElement3 IID_IHTMLObjectElement3 "{3050F24E-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLObjectElement3_put_archive 7 wstr
#comfunc global IHTMLObjectElement3_get_archive 8 var
#comfunc global IHTMLObjectElement3_put_alt 9 wstr
#comfunc global IHTMLObjectElement3_get_alt 10 var
#comfunc global IHTMLObjectElement3_put_declare 11 int
#comfunc global IHTMLObjectElement3_get_declare 12 var
#comfunc global IHTMLObjectElement3_put_standby 13 wstr
#comfunc global IHTMLObjectElement3_get_standby 14 var
#comfunc global IHTMLObjectElement3_put_border 15 int
#comfunc global IHTMLObjectElement3_get_border 16 var
#comfunc global IHTMLObjectElement3_put_useMap 17 wstr
#comfunc global IHTMLObjectElement3_get_useMap 18 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLObjectElement3 "{3050F827-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLObjectElement3 IID_IHTMLObjectElement3 "{3050F24E-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLObjectElement3_put_archive 7 wstr
#comfunc global IHTMLObjectElement3_get_archive 8 sptr
#comfunc global IHTMLObjectElement3_put_alt 9 wstr
#comfunc global IHTMLObjectElement3_get_alt 10 sptr
#comfunc global IHTMLObjectElement3_put_declare 11 int
#comfunc global IHTMLObjectElement3_get_declare 12 sptr
#comfunc global IHTMLObjectElement3_put_standby 13 wstr
#comfunc global IHTMLObjectElement3_get_standby 14 sptr
#comfunc global IHTMLObjectElement3_put_border 15 int
#comfunc global IHTMLObjectElement3_get_border 16 sptr
#comfunc global IHTMLObjectElement3_put_useMap 17 wstr
#comfunc global IHTMLObjectElement3_get_useMap 18 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。