#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IFEDictionary "{019F7153-E6DB-11D0-83C3-00C04FDDB82E}"
#usecom global IFEDictionary IID_IFEDictionary "{}"
#comfunc global IFEDictionary_Open 3 var,var
#comfunc global IFEDictionary_Close 4
#comfunc global IFEDictionary_GetHeader 5 var,var,var,var
#comfunc global IFEDictionary_DisplayProperty 6 sptr
#comfunc global IFEDictionary_GetPosTable 7 var,var
#comfunc global IFEDictionary_GetWords 8 wstr,wstr,wstr,int,int,int,var,int,var
#comfunc global IFEDictionary_NextWords 9 var,int,var
#comfunc global IFEDictionary_Create 10 str,var
#comfunc global IFEDictionary_SetHeader 11 var
#comfunc global IFEDictionary_ExistWord 12 var
#comfunc global IFEDictionary_ExistDependency 13 var
#comfunc global IFEDictionary_RegisterWord 14 int,var
#comfunc global IFEDictionary_RegisterDependency 15 int,var
#comfunc global IFEDictionary_GetDependencies 16 wstr,wstr,int,wstr,wstr,int,int,int,var,int,var
#comfunc global IFEDictionary_NextDependencies 17 var,int,var
#comfunc global IFEDictionary_ConvertFromOldMSIME 18 str,sptr,int
#comfunc global IFEDictionary_ConvertFromUserToSys 19
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IFEDictionary "{019F7153-E6DB-11D0-83C3-00C04FDDB82E}"
#usecom global IFEDictionary IID_IFEDictionary "{}"
#comfunc global IFEDictionary_Open 3 sptr,sptr
#comfunc global IFEDictionary_Close 4
#comfunc global IFEDictionary_GetHeader 5 sptr,sptr,sptr,sptr
#comfunc global IFEDictionary_DisplayProperty 6 sptr
#comfunc global IFEDictionary_GetPosTable 7 sptr,sptr
#comfunc global IFEDictionary_GetWords 8 wstr,wstr,wstr,int,int,int,sptr,int,sptr
#comfunc global IFEDictionary_NextWords 9 sptr,int,sptr
#comfunc global IFEDictionary_Create 10 str,sptr
#comfunc global IFEDictionary_SetHeader 11 sptr
#comfunc global IFEDictionary_ExistWord 12 sptr
#comfunc global IFEDictionary_ExistDependency 13 sptr
#comfunc global IFEDictionary_RegisterWord 14 int,sptr
#comfunc global IFEDictionary_RegisterDependency 15 int,sptr
#comfunc global IFEDictionary_GetDependencies 16 wstr,wstr,int,wstr,wstr,int,int,int,sptr,int,sptr
#comfunc global IFEDictionary_NextDependencies 17 sptr,int,sptr
#comfunc global IFEDictionary_ConvertFromOldMSIME 18 str,sptr,int
#comfunc global IFEDictionary_ConvertFromUserToSys 19
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。