#define global IID_IDvbComponentDescriptor "{91E405CF-80E7-457F-9096-1B9D1CE32141}"
#usecom global IDvbComponentDescriptor IID_IDvbComponentDescriptor "{}"
#comfunc global IDvbComponentDescriptor_GetTag 3 var
#comfunc global IDvbComponentDescriptor_GetLength 4 var
#comfunc global IDvbComponentDescriptor_GetStreamContent 5 var
#comfunc global IDvbComponentDescriptor_GetComponentType 6 var
#comfunc global IDvbComponentDescriptor_GetComponentTag 7 var
#comfunc global IDvbComponentDescriptor_GetLanguageCode 8 var
#comfunc global IDvbComponentDescriptor_GetTextW 9 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IDvbComponentDescriptor "{91E405CF-80E7-457F-9096-1B9D1CE32141}"
#usecom global IDvbComponentDescriptor IID_IDvbComponentDescriptor "{}"
#comfunc global IDvbComponentDescriptor_GetTag 3 sptr
#comfunc global IDvbComponentDescriptor_GetLength 4 sptr
#comfunc global IDvbComponentDescriptor_GetStreamContent 5 sptr
#comfunc global IDvbComponentDescriptor_GetComponentType 6 sptr
#comfunc global IDvbComponentDescriptor_GetComponentTag 7 sptr
#comfunc global IDvbComponentDescriptor_GetLanguageCode 8 sptr
#comfunc global IDvbComponentDescriptor_GetTextW 9 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。