#define global IID_IHTMLAreaElement "{3050F265-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLAreaElement IID_IHTMLAreaElement "{3050F283-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLAreaElement_put_shape 7 wstr
#comfunc global IHTMLAreaElement_get_shape 8 var
#comfunc global IHTMLAreaElement_put_coords 9 wstr
#comfunc global IHTMLAreaElement_get_coords 10 var
#comfunc global IHTMLAreaElement_put_href 11 wstr
#comfunc global IHTMLAreaElement_get_href 12 var
#comfunc global IHTMLAreaElement_put_target 13 wstr
#comfunc global IHTMLAreaElement_get_target 14 var
#comfunc global IHTMLAreaElement_put_alt 15 wstr
#comfunc global IHTMLAreaElement_get_alt 16 var
#comfunc global IHTMLAreaElement_put_noHref 17 int
#comfunc global IHTMLAreaElement_get_noHref 18 var
#comfunc global IHTMLAreaElement_put_host 19 wstr
#comfunc global IHTMLAreaElement_get_host 20 var
#comfunc global IHTMLAreaElement_put_hostname 21 wstr
#comfunc global IHTMLAreaElement_get_hostname 22 var
#comfunc global IHTMLAreaElement_put_pathname 23 wstr
#comfunc global IHTMLAreaElement_get_pathname 24 var
#comfunc global IHTMLAreaElement_put_port 25 wstr
#comfunc global IHTMLAreaElement_get_port 26 var
#comfunc global IHTMLAreaElement_put_protocol 27 wstr
#comfunc global IHTMLAreaElement_get_protocol 28 var
#comfunc global IHTMLAreaElement_put_search 29 wstr
#comfunc global IHTMLAreaElement_get_search 30 var
#comfunc global IHTMLAreaElement_put_hash 31 wstr
#comfunc global IHTMLAreaElement_get_hash 32 var
#comfunc global IHTMLAreaElement_put_onblur 33 int
#comfunc global IHTMLAreaElement_get_onblur 34 var
#comfunc global IHTMLAreaElement_put_onfocus 35 int
#comfunc global IHTMLAreaElement_get_onfocus 36 var
#comfunc global IHTMLAreaElement_put_tabIndex 37 int
#comfunc global IHTMLAreaElement_get_tabIndex 38 var
#comfunc global IHTMLAreaElement_focus 39
#comfunc global IHTMLAreaElement_blur 40
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLAreaElement "{3050F265-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLAreaElement IID_IHTMLAreaElement "{3050F283-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLAreaElement_put_shape 7 wstr
#comfunc global IHTMLAreaElement_get_shape 8 sptr
#comfunc global IHTMLAreaElement_put_coords 9 wstr
#comfunc global IHTMLAreaElement_get_coords 10 sptr
#comfunc global IHTMLAreaElement_put_href 11 wstr
#comfunc global IHTMLAreaElement_get_href 12 sptr
#comfunc global IHTMLAreaElement_put_target 13 wstr
#comfunc global IHTMLAreaElement_get_target 14 sptr
#comfunc global IHTMLAreaElement_put_alt 15 wstr
#comfunc global IHTMLAreaElement_get_alt 16 sptr
#comfunc global IHTMLAreaElement_put_noHref 17 int
#comfunc global IHTMLAreaElement_get_noHref 18 sptr
#comfunc global IHTMLAreaElement_put_host 19 wstr
#comfunc global IHTMLAreaElement_get_host 20 sptr
#comfunc global IHTMLAreaElement_put_hostname 21 wstr
#comfunc global IHTMLAreaElement_get_hostname 22 sptr
#comfunc global IHTMLAreaElement_put_pathname 23 wstr
#comfunc global IHTMLAreaElement_get_pathname 24 sptr
#comfunc global IHTMLAreaElement_put_port 25 wstr
#comfunc global IHTMLAreaElement_get_port 26 sptr
#comfunc global IHTMLAreaElement_put_protocol 27 wstr
#comfunc global IHTMLAreaElement_get_protocol 28 sptr
#comfunc global IHTMLAreaElement_put_search 29 wstr
#comfunc global IHTMLAreaElement_get_search 30 sptr
#comfunc global IHTMLAreaElement_put_hash 31 wstr
#comfunc global IHTMLAreaElement_get_hash 32 sptr
#comfunc global IHTMLAreaElement_put_onblur 33 int
#comfunc global IHTMLAreaElement_get_onblur 34 sptr
#comfunc global IHTMLAreaElement_put_onfocus 35 int
#comfunc global IHTMLAreaElement_get_onfocus 36 sptr
#comfunc global IHTMLAreaElement_put_tabIndex 37 int
#comfunc global IHTMLAreaElement_get_tabIndex 38 sptr
#comfunc global IHTMLAreaElement_focus 39
#comfunc global IHTMLAreaElement_blur 40
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。