#define global IID_IHTMLStyleElement "{3050F375-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLStyleElement IID_IHTMLStyleElement "{3050F37D-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLStyleElement_put_type 7 wstr
#comfunc global IHTMLStyleElement_get_type 8 var
#comfunc global IHTMLStyleElement_get_readyState 9 var
#comfunc global IHTMLStyleElement_put_onreadystatechange 10 int
#comfunc global IHTMLStyleElement_get_onreadystatechange 11 var
#comfunc global IHTMLStyleElement_put_onload 12 int
#comfunc global IHTMLStyleElement_get_onload 13 var
#comfunc global IHTMLStyleElement_put_onerror 14 int
#comfunc global IHTMLStyleElement_get_onerror 15 var
#comfunc global IHTMLStyleElement_get_styleSheet 16 sptr
#comfunc global IHTMLStyleElement_put_disabled 17 int
#comfunc global IHTMLStyleElement_get_disabled 18 var
#comfunc global IHTMLStyleElement_put_media 19 wstr
#comfunc global IHTMLStyleElement_get_media 20 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_IHTMLStyleElement "{3050F375-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLStyleElement IID_IHTMLStyleElement "{3050F37D-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLStyleElement_put_type 7 wstr
#comfunc global IHTMLStyleElement_get_type 8 sptr
#comfunc global IHTMLStyleElement_get_readyState 9 sptr
#comfunc global IHTMLStyleElement_put_onreadystatechange 10 int
#comfunc global IHTMLStyleElement_get_onreadystatechange 11 sptr
#comfunc global IHTMLStyleElement_put_onload 12 int
#comfunc global IHTMLStyleElement_get_onload 13 sptr
#comfunc global IHTMLStyleElement_put_onerror 14 int
#comfunc global IHTMLStyleElement_get_onerror 15 sptr
#comfunc global IHTMLStyleElement_get_styleSheet 16 sptr
#comfunc global IHTMLStyleElement_put_disabled 17 int
#comfunc global IHTMLStyleElement_get_disabled 18 sptr
#comfunc global IHTMLStyleElement_put_media 19 wstr
#comfunc global IHTMLStyleElement_get_media 20 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 不要)。