IGraphConfig      612 3rdparty/include/dshow/strmif.h typedef struct IGraphConfig IGraphConfig;
IGraphConfig     8225 3rdparty/include/dshow/strmif.h   struct IGraphConfig : public IUnknown {
IGraphConfig     8241 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IGraphConfig *This,REFIID riid,void **ppvObject);
IGraphConfig     8242 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IGraphConfig *This);
IGraphConfig     8243 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IGraphConfig *This);
IGraphConfig     8244 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
IGraphConfig     8245 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconfigure)(IGraphConfig *This,IGraphConfigCallback *pCallback,PVOID pvContext,DWORD dwFlags,HANDLE hAbortEvent);
IGraphConfig     8246 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilterToCache)(IGraphConfig *This,IBaseFilter *pFilter);
IGraphConfig     8247 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumCacheFilter)(IGraphConfig *This,IEnumFilters **pEnum);
IGraphConfig     8248 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilterFromCache)(IGraphConfig *This,IBaseFilter *pFilter);
IGraphConfig     8249 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetStartTime)(IGraphConfig *This,REFERENCE_TIME *prtStart);
IGraphConfig     8250 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PushThroughData)(IGraphConfig *This,IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort);
IGraphConfig     8251 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetFilterFlags)(IGraphConfig *This,IBaseFilter *pFilter,DWORD dwFlags);
IGraphConfig     8252 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFilterFlags)(IGraphConfig *This,IBaseFilter *pFilter,DWORD *pdwFlags);
IGraphConfig     8253 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilterEx)(IGraphConfig *This,IBaseFilter *pFilter,DWORD Flags);
IGraphConfig     8275 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_Reconnect_Proxy(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
IGraphConfig     8277 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_Reconfigure_Proxy(IGraphConfig *This,IGraphConfigCallback *pCallback,PVOID pvContext,DWORD dwFlags,HANDLE hAbortEvent);
IGraphConfig     8279 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_AddFilterToCache_Proxy(IGraphConfig *This,IBaseFilter *pFilter);
IGraphConfig     8281 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_EnumCacheFilter_Proxy(IGraphConfig *This,IEnumFilters **pEnum);
IGraphConfig     8283 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_RemoveFilterFromCache_Proxy(IGraphConfig *This,IBaseFilter *pFilter);
IGraphConfig     8285 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_GetStartTime_Proxy(IGraphConfig *This,REFERENCE_TIME *prtStart);
IGraphConfig     8287 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_PushThroughData_Proxy(IGraphConfig *This,IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort);
IGraphConfig     8289 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_SetFilterFlags_Proxy(IGraphConfig *This,IBaseFilter *pFilter,DWORD dwFlags);
IGraphConfig     8291 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_GetFilterFlags_Proxy(IGraphConfig *This,IBaseFilter *pFilter,DWORD *pdwFlags);
IGraphConfig     8293 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_RemoveFilterEx_Proxy(IGraphConfig *This,IBaseFilter *pFilter,DWORD Flags);