IPinConnection    602 3rdparty/include/dshow/strmif.h typedef struct IPinConnection IPinConnection;
IPinConnection   8130 3rdparty/include/dshow/strmif.h   struct IPinConnection : public IUnknown {
IPinConnection   8140 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IPinConnection *This,REFIID riid,void **ppvObject);
IPinConnection   8141 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IPinConnection *This);
IPinConnection   8142 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IPinConnection *This);
IPinConnection   8143 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *DynamicQueryAccept)(IPinConnection *This,const AM_MEDIA_TYPE *pmt);
IPinConnection   8144 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *NotifyEndOfStream)(IPinConnection *This,HANDLE hNotifyEvent);
IPinConnection   8145 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsEndPin)(IPinConnection *This);
IPinConnection   8146 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *DynamicDisconnect)(IPinConnection *This);
IPinConnection   8162 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPinConnection_DynamicQueryAccept_Proxy(IPinConnection *This,const AM_MEDIA_TYPE *pmt);
IPinConnection   8164 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPinConnection_NotifyEndOfStream_Proxy(IPinConnection *This,HANDLE hNotifyEvent);
IPinConnection   8166 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPinConnection_IsEndPin_Proxy(IPinConnection *This);
IPinConnection   8168 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPinConnection_DynamicDisconnect_Proxy(IPinConnection *This);
IPinConnection   8233 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI PushThroughData(IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort) = 0;
IPinConnection   8250 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PushThroughData)(IGraphConfig *This,IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort);
IPinConnection   8287 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_PushThroughData_Proxy(IGraphConfig *This,IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort);