#define global IID_IISDB_CDT "{25FA92C2-8B80-4787-A841-3A0E8F17984B}"
#usecom global IISDB_CDT IID_IISDB_CDT "{}"
#comfunc global IISDB_CDT_Initialize 3 sptr,sptr,int
#comfunc global IISDB_CDT_GetVersionNumber 4 var
#comfunc global IISDB_CDT_GetDownloadDataId 5 var
#comfunc global IISDB_CDT_GetSectionNumber 6 var
#comfunc global IISDB_CDT_GetOriginalNetworkId 7 var
#comfunc global IISDB_CDT_GetDataType 8 var
#comfunc global IISDB_CDT_GetCountOfTableDescriptors 9 var
#comfunc global IISDB_CDT_GetTableDescriptorByIndex 10 int,sptr
#comfunc global IISDB_CDT_GetTableDescriptorByTag 11 int,var,sptr
#comfunc global IISDB_CDT_GetSizeOfDataModule 12 var
#comfunc global IISDB_CDT_GetDataModule 13 var
#comfunc global IISDB_CDT_GetVersionHash 14 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IISDB_CDT "{25FA92C2-8B80-4787-A841-3A0E8F17984B}"
#usecom global IISDB_CDT IID_IISDB_CDT "{}"
#comfunc global IISDB_CDT_Initialize 3 sptr,sptr,int
#comfunc global IISDB_CDT_GetVersionNumber 4 sptr
#comfunc global IISDB_CDT_GetDownloadDataId 5 sptr
#comfunc global IISDB_CDT_GetSectionNumber 6 sptr
#comfunc global IISDB_CDT_GetOriginalNetworkId 7 sptr
#comfunc global IISDB_CDT_GetDataType 8 sptr
#comfunc global IISDB_CDT_GetCountOfTableDescriptors 9 sptr
#comfunc global IISDB_CDT_GetTableDescriptorByIndex 10 int,sptr
#comfunc global IISDB_CDT_GetTableDescriptorByTag 11 int,sptr,sptr
#comfunc global IISDB_CDT_GetSizeOfDataModule 12 sptr
#comfunc global IISDB_CDT_GetDataModule 13 sptr
#comfunc global IISDB_CDT_GetVersionHash 14 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。