IPinFlowControl   607 3rdparty/include/dshow/strmif.h typedef struct IPinFlowControl IPinFlowControl;
IPinFlowControl  8176 3rdparty/include/dshow/strmif.h   struct IPinFlowControl : public IUnknown {
IPinFlowControl  8183 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IPinFlowControl *This,REFIID riid,void **ppvObject);
IPinFlowControl  8184 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IPinFlowControl *This);
IPinFlowControl  8185 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IPinFlowControl *This);
IPinFlowControl  8186 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Block)(IPinFlowControl *This,DWORD dwBlockFlags,HANDLE hEvent);
IPinFlowControl  8199 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPinFlowControl_Block_Proxy(IPinFlowControl *This,DWORD dwBlockFlags,HANDLE hEvent);