#define global IID_IDVB_EIT "{442DB029-02CB-4495-8B92-1C13375BCE99}"
#usecom global IDVB_EIT IID_IDVB_EIT "{}"
#comfunc global IDVB_EIT_Initialize 3 sptr,sptr
#comfunc global IDVB_EIT_GetVersionNumber 4 var
#comfunc global IDVB_EIT_GetServiceId 5 var
#comfunc global IDVB_EIT_GetTransportStreamId 6 var
#comfunc global IDVB_EIT_GetOriginalNetworkId 7 var
#comfunc global IDVB_EIT_GetSegmentLastSectionNumber 8 var
#comfunc global IDVB_EIT_GetLastTableId 9 var
#comfunc global IDVB_EIT_GetCountOfRecords 10 var
#comfunc global IDVB_EIT_GetRecordEventId 11 int,var
#comfunc global IDVB_EIT_GetRecordStartTime 12 int,var
#comfunc global IDVB_EIT_GetRecordDuration 13 int,var
#comfunc global IDVB_EIT_GetRecordRunningStatus 14 int,var
#comfunc global IDVB_EIT_GetRecordFreeCAMode 15 int,var
#comfunc global IDVB_EIT_GetRecordCountOfDescriptors 16 int,var
#comfunc global IDVB_EIT_GetRecordDescriptorByIndex 17 int,int,sptr
#comfunc global IDVB_EIT_GetRecordDescriptorByTag 18 int,int,var,sptr
#comfunc global IDVB_EIT_RegisterForNextTable 19 sptr
#comfunc global IDVB_EIT_GetNextTable 20 sptr
#comfunc global IDVB_EIT_RegisterForWhenCurrent 21 sptr
#comfunc global IDVB_EIT_ConvertNextToCurrent 22
#comfunc global IDVB_EIT_GetVersionHash 23 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IDVB_EIT "{442DB029-02CB-4495-8B92-1C13375BCE99}"
#usecom global IDVB_EIT IID_IDVB_EIT "{}"
#comfunc global IDVB_EIT_Initialize 3 sptr,sptr
#comfunc global IDVB_EIT_GetVersionNumber 4 sptr
#comfunc global IDVB_EIT_GetServiceId 5 sptr
#comfunc global IDVB_EIT_GetTransportStreamId 6 sptr
#comfunc global IDVB_EIT_GetOriginalNetworkId 7 sptr
#comfunc global IDVB_EIT_GetSegmentLastSectionNumber 8 sptr
#comfunc global IDVB_EIT_GetLastTableId 9 sptr
#comfunc global IDVB_EIT_GetCountOfRecords 10 sptr
#comfunc global IDVB_EIT_GetRecordEventId 11 int,sptr
#comfunc global IDVB_EIT_GetRecordStartTime 12 int,sptr
#comfunc global IDVB_EIT_GetRecordDuration 13 int,sptr
#comfunc global IDVB_EIT_GetRecordRunningStatus 14 int,sptr
#comfunc global IDVB_EIT_GetRecordFreeCAMode 15 int,sptr
#comfunc global IDVB_EIT_GetRecordCountOfDescriptors 16 int,sptr
#comfunc global IDVB_EIT_GetRecordDescriptorByIndex 17 int,int,sptr
#comfunc global IDVB_EIT_GetRecordDescriptorByTag 18 int,int,sptr,sptr
#comfunc global IDVB_EIT_RegisterForNextTable 19 sptr
#comfunc global IDVB_EIT_GetNextTable 20 sptr
#comfunc global IDVB_EIT_RegisterForWhenCurrent 21 sptr
#comfunc global IDVB_EIT_ConvertNextToCurrent 22
#comfunc global IDVB_EIT_GetVersionHash 23 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。