#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_IIsdbComponentGroupDescriptor "{A494F17F-C592-47D8-8943-64C9A34BE7B9}"
#usecom global IIsdbComponentGroupDescriptor IID_IIsdbComponentGroupDescriptor "{}"
#comfunc global IIsdbComponentGroupDescriptor_GetTag 3 var
#comfunc global IIsdbComponentGroupDescriptor_GetLength 4 var
#comfunc global IIsdbComponentGroupDescriptor_GetComponentGroupType 5 var
#comfunc global IIsdbComponentGroupDescriptor_GetCountOfRecords 6 var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordGroupId 7 int,var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordNumberOfCAUnit 8 int,var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordCAUnitCAUnitId 9 int,int,var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordCAUnitNumberOfComponents 10 int,int,var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordCAUnitComponentTag 11 int,int,int,var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordTotalBitRate 12 int,var
#comfunc global IIsdbComponentGroupDescriptor_GetRecordTextW 13 int,int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IIsdbComponentGroupDescriptor "{A494F17F-C592-47D8-8943-64C9A34BE7B9}"
#usecom global IIsdbComponentGroupDescriptor IID_IIsdbComponentGroupDescriptor "{}"
#comfunc global IIsdbComponentGroupDescriptor_GetTag 3 sptr
#comfunc global IIsdbComponentGroupDescriptor_GetLength 4 sptr
#comfunc global IIsdbComponentGroupDescriptor_GetComponentGroupType 5 sptr
#comfunc global IIsdbComponentGroupDescriptor_GetCountOfRecords 6 sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordGroupId 7 int,sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordNumberOfCAUnit 8 int,sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordCAUnitCAUnitId 9 int,int,sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordCAUnitNumberOfComponents 10 int,int,sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordCAUnitComponentTag 11 int,int,int,sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordTotalBitRate 12 int,sptr
#comfunc global IIsdbComponentGroupDescriptor_GetRecordTextW 13 int,int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。