#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IWMSInternalAdminNetSource "{8BB23E5F-D127-4AFB-8D02-AE5B66D54C78}"
#usecom global IWMSInternalAdminNetSource IID_IWMSInternalAdminNetSource "{}"
#comfunc global IWMSInternalAdminNetSource_Initialize 3 sptr,sptr,sptr,int
#comfunc global IWMSInternalAdminNetSource_GetNetSourceCreator 4 sptr
#comfunc global IWMSInternalAdminNetSource_SetCredentials 5 wstr,wstr,wstr,int,int
#comfunc global IWMSInternalAdminNetSource_GetCredentials 6 wstr,var,var,var
#comfunc global IWMSInternalAdminNetSource_DeleteCredentials 7 wstr
#comfunc global IWMSInternalAdminNetSource_GetCredentialFlags 8 var
#comfunc global IWMSInternalAdminNetSource_SetCredentialFlags 9 int
#comfunc global IWMSInternalAdminNetSource_FindProxyForURL 10 wstr,wstr,var,var,var,var
#comfunc global IWMSInternalAdminNetSource_RegisterProxyFailure 11 int,int
#comfunc global IWMSInternalAdminNetSource_ShutdownProxyContext 12 int
#comfunc global IWMSInternalAdminNetSource_IsUsingIE 13 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IWMSInternalAdminNetSource "{8BB23E5F-D127-4AFB-8D02-AE5B66D54C78}"
#usecom global IWMSInternalAdminNetSource IID_IWMSInternalAdminNetSource "{}"
#comfunc global IWMSInternalAdminNetSource_Initialize 3 sptr,sptr,sptr,int
#comfunc global IWMSInternalAdminNetSource_GetNetSourceCreator 4 sptr
#comfunc global IWMSInternalAdminNetSource_SetCredentials 5 wstr,wstr,wstr,int,int
#comfunc global IWMSInternalAdminNetSource_GetCredentials 6 wstr,sptr,sptr,sptr
#comfunc global IWMSInternalAdminNetSource_DeleteCredentials 7 wstr
#comfunc global IWMSInternalAdminNetSource_GetCredentialFlags 8 sptr
#comfunc global IWMSInternalAdminNetSource_SetCredentialFlags 9 int
#comfunc global IWMSInternalAdminNetSource_FindProxyForURL 10 wstr,wstr,sptr,sptr,sptr,sptr
#comfunc global IWMSInternalAdminNetSource_RegisterProxyFailure 11 int,int
#comfunc global IWMSInternalAdminNetSource_ShutdownProxyContext 12 int
#comfunc global IWMSInternalAdminNetSource_IsUsingIE 13 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。