IMemInputPin 102 3rdparty/include/dshow/strmif.h typedef struct IMemInputPin IMemInputPin; IMemInputPin 1708 3rdparty/include/dshow/strmif.h struct IMemInputPin : public IUnknown { IMemInputPin 1720 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryInterface)(IMemInputPin *This,REFIID riid,void **ppvObject); IMemInputPin 1721 3rdparty/include/dshow/strmif.h ULONG (WINAPI *AddRef)(IMemInputPin *This); IMemInputPin 1722 3rdparty/include/dshow/strmif.h ULONG (WINAPI *Release)(IMemInputPin *This); IMemInputPin 1723 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetAllocator)(IMemInputPin *This,IMemAllocator **ppAllocator); IMemInputPin 1724 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *NotifyAllocator)(IMemInputPin *This,IMemAllocator *pAllocator,WINBOOL bReadOnly); IMemInputPin 1725 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetAllocatorRequirements)(IMemInputPin *This,ALLOCATOR_PROPERTIES *pProps); IMemInputPin 1726 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Receive)(IMemInputPin *This,IMediaSample *pSample); IMemInputPin 1727 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *ReceiveMultiple)(IMemInputPin *This,IMediaSample **pSamples,long nSamples,long *nSamplesProcessed); IMemInputPin 1728 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *ReceiveCanBlock)(IMemInputPin *This); IMemInputPin 1746 3rdparty/include/dshow/strmif.h HRESULT WINAPI IMemInputPin_GetAllocator_Proxy(IMemInputPin *This,IMemAllocator **ppAllocator); IMemInputPin 1748 3rdparty/include/dshow/strmif.h HRESULT WINAPI IMemInputPin_NotifyAllocator_Proxy(IMemInputPin *This,IMemAllocator *pAllocator,WINBOOL bReadOnly); IMemInputPin 1750 3rdparty/include/dshow/strmif.h HRESULT WINAPI IMemInputPin_GetAllocatorRequirements_Proxy(IMemInputPin *This,ALLOCATOR_PROPERTIES *pProps); IMemInputPin 1752 3rdparty/include/dshow/strmif.h HRESULT WINAPI IMemInputPin_Receive_Proxy(IMemInputPin *This,IMediaSample *pSample); IMemInputPin 1754 3rdparty/include/dshow/strmif.h HRESULT WINAPI IMemInputPin_ReceiveMultiple_Proxy(IMemInputPin *This,IMediaSample **pSamples,long nSamples,long *nSamplesProcessed); IMemInputPin 1756 3rdparty/include/dshow/strmif.h HRESULT WINAPI IMemInputPin_ReceiveCanBlock_Proxy(IMemInputPin *This); IMemInputPin 1760 3rdparty/include/dshow/strmif.h typedef IMemInputPin *PMEMINPUTPIN;