#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IDxcPdbUtils2 "{4315D938-F369-4F93-95A2-252017CC3807}"
#usecom global IDxcPdbUtils2 IID_IDxcPdbUtils2 "{}"
#comfunc global IDxcPdbUtils2_Load 3 sptr
#comfunc global IDxcPdbUtils2_GetSourceCount 4 var
#comfunc global IDxcPdbUtils2_GetSource 5 int,sptr
#comfunc global IDxcPdbUtils2_GetSourceName 6 int,sptr
#comfunc global IDxcPdbUtils2_GetLibraryPDBCount 7 var
#comfunc global IDxcPdbUtils2_GetLibraryPDB 8 int,sptr,sptr
#comfunc global IDxcPdbUtils2_GetFlagCount 9 var
#comfunc global IDxcPdbUtils2_GetFlag 10 int,sptr
#comfunc global IDxcPdbUtils2_GetArgCount 11 var
#comfunc global IDxcPdbUtils2_GetArg 12 int,sptr
#comfunc global IDxcPdbUtils2_GetArgPairCount 13 var
#comfunc global IDxcPdbUtils2_GetArgPair 14 int,sptr,sptr
#comfunc global IDxcPdbUtils2_GetDefineCount 15 var
#comfunc global IDxcPdbUtils2_GetDefine 16 int,sptr
#comfunc global IDxcPdbUtils2_GetTargetProfile 17 sptr
#comfunc global IDxcPdbUtils2_GetEntryPoint 18 sptr
#comfunc global IDxcPdbUtils2_GetMainFileName 19 sptr
#comfunc global IDxcPdbUtils2_GetHash 20 sptr
#comfunc global IDxcPdbUtils2_GetName 21 sptr
#comfunc global IDxcPdbUtils2_GetVersionInfo 22 sptr
#comfunc global IDxcPdbUtils2_GetCustomToolchainID 23 var
#comfunc global IDxcPdbUtils2_GetCustomToolchainData 24 sptr
#comfunc global IDxcPdbUtils2_GetWholeDxil 25 sptr
#comfunc global IDxcPdbUtils2_IsFullPDB 26
#comfunc global IDxcPdbUtils2_IsPDBRef 27
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDxcPdbUtils2 "{4315D938-F369-4F93-95A2-252017CC3807}"
#usecom global IDxcPdbUtils2 IID_IDxcPdbUtils2 "{}"
#comfunc global IDxcPdbUtils2_Load 3 sptr
#comfunc global IDxcPdbUtils2_GetSourceCount 4 sptr
#comfunc global IDxcPdbUtils2_GetSource 5 int,sptr
#comfunc global IDxcPdbUtils2_GetSourceName 6 int,sptr
#comfunc global IDxcPdbUtils2_GetLibraryPDBCount 7 sptr
#comfunc global IDxcPdbUtils2_GetLibraryPDB 8 int,sptr,sptr
#comfunc global IDxcPdbUtils2_GetFlagCount 9 sptr
#comfunc global IDxcPdbUtils2_GetFlag 10 int,sptr
#comfunc global IDxcPdbUtils2_GetArgCount 11 sptr
#comfunc global IDxcPdbUtils2_GetArg 12 int,sptr
#comfunc global IDxcPdbUtils2_GetArgPairCount 13 sptr
#comfunc global IDxcPdbUtils2_GetArgPair 14 int,sptr,sptr
#comfunc global IDxcPdbUtils2_GetDefineCount 15 sptr
#comfunc global IDxcPdbUtils2_GetDefine 16 int,sptr
#comfunc global IDxcPdbUtils2_GetTargetProfile 17 sptr
#comfunc global IDxcPdbUtils2_GetEntryPoint 18 sptr
#comfunc global IDxcPdbUtils2_GetMainFileName 19 sptr
#comfunc global IDxcPdbUtils2_GetHash 20 sptr
#comfunc global IDxcPdbUtils2_GetName 21 sptr
#comfunc global IDxcPdbUtils2_GetVersionInfo 22 sptr
#comfunc global IDxcPdbUtils2_GetCustomToolchainID 23 sptr
#comfunc global IDxcPdbUtils2_GetCustomToolchainData 24 sptr
#comfunc global IDxcPdbUtils2_GetWholeDxil 25 sptr
#comfunc global IDxcPdbUtils2_IsFullPDB 26
#comfunc global IDxcPdbUtils2_IsPDBRef 27
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。