IDrawVideoImage   422 3rdparty/include/dshow/strmif.h typedef struct IDrawVideoImage IDrawVideoImage;
IDrawVideoImage  5543 3rdparty/include/dshow/strmif.h   struct IDrawVideoImage : public IUnknown {
IDrawVideoImage  5552 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDrawVideoImage *This,REFIID riid,void **ppvObject);
IDrawVideoImage  5553 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDrawVideoImage *This);
IDrawVideoImage  5554 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDrawVideoImage *This);
IDrawVideoImage  5555 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *DrawVideoImageBegin)(IDrawVideoImage *This);
IDrawVideoImage  5556 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *DrawVideoImageEnd)(IDrawVideoImage *This);
IDrawVideoImage  5557 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *DrawVideoImageDraw)(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);
IDrawVideoImage  5572 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDrawVideoImage_DrawVideoImageBegin_Proxy(IDrawVideoImage *This);
IDrawVideoImage  5574 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDrawVideoImage_DrawVideoImageEnd_Proxy(IDrawVideoImage *This);
IDrawVideoImage  5576 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDrawVideoImage_DrawVideoImageDraw_Proxy(IDrawVideoImage *This,HDC hdc,LPRECT lprcSrc,LPRECT lprcDst);