IFilterChain      622 3rdparty/include/dshow/strmif.h typedef struct IFilterChain IFilterChain;
IFilterChain     8332 3rdparty/include/dshow/strmif.h   struct IFilterChain : public IUnknown {
IFilterChain     8342 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IFilterChain *This,REFIID riid,void **ppvObject);
IFilterChain     8343 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IFilterChain *This);
IFilterChain     8344 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IFilterChain *This);
IFilterChain     8345 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StartChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8346 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PauseChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8347 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StopChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8348 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8364 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_StartChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8366 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_PauseChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8368 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_StopChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IFilterChain     8370 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_RemoveChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);