PIN_DIRECTION     804 3rdparty/include/dshow/strmif.h     PIN_DIRECTION dir;
PIN_DIRECTION     818 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI QueryDirection(PIN_DIRECTION *pPinDir) = 0;
PIN_DIRECTION     840 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryDirection)(IPin *This,PIN_DIRECTION *pPinDir);
PIN_DIRECTION     887 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_QueryDirection_Proxy(IPin *This,PIN_DIRECTION *pPinDir);
PIN_DIRECTION    2805 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindPin(IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOOL fUnconnected,int num,IPin **ppPin) = 0;
PIN_DIRECTION    2821 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindPin)(ICaptureGraphBuilder2 *This,IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOOL fUnconnected,int num,IPin **ppPin);
PIN_DIRECTION    2858 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_FindPin_Proxy(ICaptureGraphBuilder2 *This,IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOOL fUnconnected,int num,IPin **ppPin);