ISeekingPassThru  237 3rdparty/include/dshow/strmif.h typedef struct ISeekingPassThru ISeekingPassThru;
ISeekingPassThru 3284 3rdparty/include/dshow/strmif.h   struct ISeekingPassThru : public IUnknown {
ISeekingPassThru 3291 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(ISeekingPassThru *This,REFIID riid,void **ppvObject);
ISeekingPassThru 3292 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(ISeekingPassThru *This);
ISeekingPassThru 3293 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(ISeekingPassThru *This);
ISeekingPassThru 3294 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Init)(ISeekingPassThru *This,WINBOOL bSupportRendering,IPin *pPin);
ISeekingPassThru 3307 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ISeekingPassThru_Init_Proxy(ISeekingPassThru *This,WINBOOL bSupportRendering,IPin *pPin);