#define global IID_IClientCaps "{7E8BC44D-AEFF-11D1-89C2-00C04FB6BFC4}"
#usecom global IClientCaps IID_IClientCaps "{}"
#comfunc global IClientCaps_get_javaEnabled 7 var
#comfunc global IClientCaps_get_cookieEnabled 8 var
#comfunc global IClientCaps_get_cpuClass 9 var
#comfunc global IClientCaps_get_systemLanguage 10 var
#comfunc global IClientCaps_get_userLanguage 11 var
#comfunc global IClientCaps_get_platform 12 var
#comfunc global IClientCaps_get_connectionSpeed 13 var
#comfunc global IClientCaps_get_onLine 14 var
#comfunc global IClientCaps_get_colorDepth 15 var
#comfunc global IClientCaps_get_bufferDepth 16 var
#comfunc global IClientCaps_get_width 17 var
#comfunc global IClientCaps_get_height 18 var
#comfunc global IClientCaps_get_availHeight 19 var
#comfunc global IClientCaps_get_availWidth 20 var
#comfunc global IClientCaps_get_connectionType 21 var
#comfunc global IClientCaps_isComponentInstalled 22 wstr,wstr,wstr,var
#comfunc global IClientCaps_getComponentVersion 23 wstr,wstr,var
#comfunc global IClientCaps_compareVersions 24 wstr,wstr,var
#comfunc global IClientCaps_addComponentRequest 25 wstr,wstr,wstr
#comfunc global IClientCaps_doComponentRequest 26 var
#comfunc global IClientCaps_clearComponentRequest 27
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IClientCaps "{7E8BC44D-AEFF-11D1-89C2-00C04FB6BFC4}"
#usecom global IClientCaps IID_IClientCaps "{}"
#comfunc global IClientCaps_get_javaEnabled 7 sptr
#comfunc global IClientCaps_get_cookieEnabled 8 sptr
#comfunc global IClientCaps_get_cpuClass 9 sptr
#comfunc global IClientCaps_get_systemLanguage 10 sptr
#comfunc global IClientCaps_get_userLanguage 11 sptr
#comfunc global IClientCaps_get_platform 12 sptr
#comfunc global IClientCaps_get_connectionSpeed 13 sptr
#comfunc global IClientCaps_get_onLine 14 sptr
#comfunc global IClientCaps_get_colorDepth 15 sptr
#comfunc global IClientCaps_get_bufferDepth 16 sptr
#comfunc global IClientCaps_get_width 17 sptr
#comfunc global IClientCaps_get_height 18 sptr
#comfunc global IClientCaps_get_availHeight 19 sptr
#comfunc global IClientCaps_get_availWidth 20 sptr
#comfunc global IClientCaps_get_connectionType 21 sptr
#comfunc global IClientCaps_isComponentInstalled 22 wstr,wstr,wstr,sptr
#comfunc global IClientCaps_getComponentVersion 23 wstr,wstr,sptr
#comfunc global IClientCaps_compareVersions 24 wstr,wstr,sptr
#comfunc global IClientCaps_addComponentRequest 25 wstr,wstr,wstr
#comfunc global IClientCaps_doComponentRequest 26 sptr
#comfunc global IClientCaps_clearComponentRequest 27
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。