#define global IID_IIsdbDownloadContentDescriptor "{5298661E-CB88-4F5F-A1DE-5F440C185B92}"
#usecom global IIsdbDownloadContentDescriptor IID_IIsdbDownloadContentDescriptor "{}"
#comfunc global IIsdbDownloadContentDescriptor_GetTag 3 var
#comfunc global IIsdbDownloadContentDescriptor_GetLength 4 var
#comfunc global IIsdbDownloadContentDescriptor_GetFlags 5 var,var,var,var,var
#comfunc global IIsdbDownloadContentDescriptor_GetComponentSize 6 var
#comfunc global IIsdbDownloadContentDescriptor_GetDownloadId 7 var
#comfunc global IIsdbDownloadContentDescriptor_GetTimeOutValueDII 8 var
#comfunc global IIsdbDownloadContentDescriptor_GetLeakRate 9 var
#comfunc global IIsdbDownloadContentDescriptor_GetComponentTag 10 var
#comfunc global IIsdbDownloadContentDescriptor_GetCompatiblityDescriptorLength 11 var
#comfunc global IIsdbDownloadContentDescriptor_GetCompatiblityDescriptor 12 var
#comfunc global IIsdbDownloadContentDescriptor_GetCountOfRecords 13 var
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleId 14 int,var
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleSize 15 int,var
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleInfoLength 16 int,var
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleInfo 17 int,var
#comfunc global IIsdbDownloadContentDescriptor_GetTextLanguageCode 18 var
#comfunc global IIsdbDownloadContentDescriptor_GetTextW 19 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IIsdbDownloadContentDescriptor "{5298661E-CB88-4F5F-A1DE-5F440C185B92}"
#usecom global IIsdbDownloadContentDescriptor IID_IIsdbDownloadContentDescriptor "{}"
#comfunc global IIsdbDownloadContentDescriptor_GetTag 3 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetLength 4 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetFlags 5 sptr,sptr,sptr,sptr,sptr
#comfunc global IIsdbDownloadContentDescriptor_GetComponentSize 6 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetDownloadId 7 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetTimeOutValueDII 8 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetLeakRate 9 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetComponentTag 10 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetCompatiblityDescriptorLength 11 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetCompatiblityDescriptor 12 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetCountOfRecords 13 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleId 14 int,sptr
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleSize 15 int,sptr
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleInfoLength 16 int,sptr
#comfunc global IIsdbDownloadContentDescriptor_GetRecordModuleInfo 17 int,sptr
#comfunc global IIsdbDownloadContentDescriptor_GetTextLanguageCode 18 sptr
#comfunc global IIsdbDownloadContentDescriptor_GetTextW 19 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。