#define global IID_IIsdbSeriesDescriptor "{07EF6370-1660-4F26-87FC-614ADAB24B11}"
#usecom global IIsdbSeriesDescriptor IID_IIsdbSeriesDescriptor "{}"
#comfunc global IIsdbSeriesDescriptor_GetTag 3 var
#comfunc global IIsdbSeriesDescriptor_GetLength 4 var
#comfunc global IIsdbSeriesDescriptor_GetSeriesId 5 var
#comfunc global IIsdbSeriesDescriptor_GetRepeatLabel 6 var
#comfunc global IIsdbSeriesDescriptor_GetProgramPattern 7 var
#comfunc global IIsdbSeriesDescriptor_GetExpireDate 8 var,var
#comfunc global IIsdbSeriesDescriptor_GetEpisodeNumber 9 var
#comfunc global IIsdbSeriesDescriptor_GetLastEpisodeNumber 10 var
#comfunc global IIsdbSeriesDescriptor_GetSeriesNameW 11 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IIsdbSeriesDescriptor "{07EF6370-1660-4F26-87FC-614ADAB24B11}"
#usecom global IIsdbSeriesDescriptor IID_IIsdbSeriesDescriptor "{}"
#comfunc global IIsdbSeriesDescriptor_GetTag 3 sptr
#comfunc global IIsdbSeriesDescriptor_GetLength 4 sptr
#comfunc global IIsdbSeriesDescriptor_GetSeriesId 5 sptr
#comfunc global IIsdbSeriesDescriptor_GetRepeatLabel 6 sptr
#comfunc global IIsdbSeriesDescriptor_GetProgramPattern 7 sptr
#comfunc global IIsdbSeriesDescriptor_GetExpireDate 8 sptr,sptr
#comfunc global IIsdbSeriesDescriptor_GetEpisodeNumber 9 sptr
#comfunc global IIsdbSeriesDescriptor_GetLastEpisodeNumber 10 sptr
#comfunc global IIsdbSeriesDescriptor_GetSeriesNameW 11 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。