IDDrawExclModeVideo  592 3rdparty/include/dshow/strmif.h typedef struct IDDrawExclModeVideo IDDrawExclModeVideo;
IDDrawExclModeVideo 8020 3rdparty/include/dshow/strmif.h   struct IDDrawExclModeVideo : public IUnknown {
IDDrawExclModeVideo 8033 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDDrawExclModeVideo *This,REFIID riid,void **ppvObject);
IDDrawExclModeVideo 8034 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDDrawExclModeVideo *This);
IDDrawExclModeVideo 8035 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDDrawExclModeVideo *This);
IDDrawExclModeVideo 8036 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDDrawObject)(IDDrawExclModeVideo *This,IDirectDraw *pDDrawObject);
IDDrawExclModeVideo 8037 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDDrawObject)(IDDrawExclModeVideo *This,IDirectDraw **ppDDrawObject,WINBOOL *pbUsingExternal);
IDDrawExclModeVideo 8038 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDDrawSurface)(IDDrawExclModeVideo *This,IDirectDrawSurface *pDDrawSurface);
IDDrawExclModeVideo 8039 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDDrawSurface)(IDDrawExclModeVideo *This,IDirectDrawSurface **ppDDrawSurface,WINBOOL *pbUsingExternal);
IDDrawExclModeVideo 8040 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDrawParameters)(IDDrawExclModeVideo *This,const RECT *prcSource,const RECT *prcTarget);
IDDrawExclModeVideo 8041 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetNativeVideoProps)(IDDrawExclModeVideo *This,DWORD *pdwVideoWidth,DWORD *pdwVideoHeight,DWORD *pdwPictAspectRatioX,DWORD *pdwPictAspectRatioY);
IDDrawExclModeVideo 8042 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetCallbackInterface)(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags);
IDDrawExclModeVideo 8061 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_SetDDrawObject_Proxy(IDDrawExclModeVideo *This,IDirectDraw *pDDrawObject);
IDDrawExclModeVideo 8063 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_GetDDrawObject_Proxy(IDDrawExclModeVideo *This,IDirectDraw **ppDDrawObject,WINBOOL *pbUsingExternal);
IDDrawExclModeVideo 8065 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_SetDDrawSurface_Proxy(IDDrawExclModeVideo *This,IDirectDrawSurface *pDDrawSurface);
IDDrawExclModeVideo 8067 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_GetDDrawSurface_Proxy(IDDrawExclModeVideo *This,IDirectDrawSurface **ppDDrawSurface,WINBOOL *pbUsingExternal);
IDDrawExclModeVideo 8069 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_SetDrawParameters_Proxy(IDDrawExclModeVideo *This,const RECT *prcSource,const RECT *prcTarget);
IDDrawExclModeVideo 8071 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_GetNativeVideoProps_Proxy(IDDrawExclModeVideo *This,DWORD *pdwVideoWidth,DWORD *pdwVideoHeight,DWORD *pdwPictAspectRatioX,DWORD *pdwPictAspectRatioY);
IDDrawExclModeVideo 8073 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_SetCallbackInterface_Proxy(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags);