#define global IID_IWMReaderAdvanced "{96406BEA-2B2B-11D3-B36B-00C04F6108FF}"
#usecom global IWMReaderAdvanced IID_IWMReaderAdvanced "{}"
#comfunc global IWMReaderAdvanced_SetUserProvidedClock 3 int
#comfunc global IWMReaderAdvanced_GetUserProvidedClock 4 var
#comfunc global IWMReaderAdvanced_DeliverTime 5 int64
#comfunc global IWMReaderAdvanced_SetManualStreamSelection 6 int
#comfunc global IWMReaderAdvanced_GetManualStreamSelection 7 var
#comfunc global IWMReaderAdvanced_SetStreamsSelected 8 int,var,var
#comfunc global IWMReaderAdvanced_GetStreamSelected 9 int,var
#comfunc global IWMReaderAdvanced_SetReceiveSelectionCallbacks 10 int
#comfunc global IWMReaderAdvanced_GetReceiveSelectionCallbacks 11 var
#comfunc global IWMReaderAdvanced_SetReceiveStreamSamples 12 int,int
#comfunc global IWMReaderAdvanced_GetReceiveStreamSamples 13 int,var
#comfunc global IWMReaderAdvanced_SetAllocateForOutput 14 int,int
#comfunc global IWMReaderAdvanced_GetAllocateForOutput 15 int,var
#comfunc global IWMReaderAdvanced_SetAllocateForStream 16 int,int
#comfunc global IWMReaderAdvanced_GetAllocateForStream 17 int,var
#comfunc global IWMReaderAdvanced_GetStatistics 18 var
#comfunc global IWMReaderAdvanced_SetClientInfo 19 var
#comfunc global IWMReaderAdvanced_GetMaxOutputSampleSize 20 int,var
#comfunc global IWMReaderAdvanced_GetMaxStreamSampleSize 21 int,var
#comfunc global IWMReaderAdvanced_NotifyLateDelivery 22 int64
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IWMReaderAdvanced "{96406BEA-2B2B-11D3-B36B-00C04F6108FF}"
#usecom global IWMReaderAdvanced IID_IWMReaderAdvanced "{}"
#comfunc global IWMReaderAdvanced_SetUserProvidedClock 3 int
#comfunc global IWMReaderAdvanced_GetUserProvidedClock 4 sptr
#comfunc global IWMReaderAdvanced_DeliverTime 5 int64
#comfunc global IWMReaderAdvanced_SetManualStreamSelection 6 int
#comfunc global IWMReaderAdvanced_GetManualStreamSelection 7 sptr
#comfunc global IWMReaderAdvanced_SetStreamsSelected 8 int,sptr,sptr
#comfunc global IWMReaderAdvanced_GetStreamSelected 9 int,sptr
#comfunc global IWMReaderAdvanced_SetReceiveSelectionCallbacks 10 int
#comfunc global IWMReaderAdvanced_GetReceiveSelectionCallbacks 11 sptr
#comfunc global IWMReaderAdvanced_SetReceiveStreamSamples 12 int,int
#comfunc global IWMReaderAdvanced_GetReceiveStreamSamples 13 int,sptr
#comfunc global IWMReaderAdvanced_SetAllocateForOutput 14 int,int
#comfunc global IWMReaderAdvanced_GetAllocateForOutput 15 int,sptr
#comfunc global IWMReaderAdvanced_SetAllocateForStream 16 int,int
#comfunc global IWMReaderAdvanced_GetAllocateForStream 17 int,sptr
#comfunc global IWMReaderAdvanced_GetStatistics 18 sptr
#comfunc global IWMReaderAdvanced_SetClientInfo 19 sptr
#comfunc global IWMReaderAdvanced_GetMaxOutputSampleSize 20 int,sptr
#comfunc global IWMReaderAdvanced_GetMaxStreamSampleSize 21 int,sptr
#comfunc global IWMReaderAdvanced_NotifyLateDelivery 22 int64
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。