IDDrawExclModeVideoCallback  597 3rdparty/include/dshow/strmif.h typedef struct IDDrawExclModeVideoCallback IDDrawExclModeVideoCallback;
IDDrawExclModeVideoCallback 8028 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetCallbackInterface(IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags) = 0;
IDDrawExclModeVideoCallback 8042 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetCallbackInterface)(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags);
IDDrawExclModeVideoCallback 8073 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideo_SetCallbackInterface_Proxy(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags);
IDDrawExclModeVideoCallback 8087 3rdparty/include/dshow/strmif.h   struct IDDrawExclModeVideoCallback : public IUnknown {
IDDrawExclModeVideoCallback 8096 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDDrawExclModeVideoCallback *This,REFIID riid,void **ppvObject);
IDDrawExclModeVideoCallback 8097 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDDrawExclModeVideoCallback *This);
IDDrawExclModeVideoCallback 8098 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDDrawExclModeVideoCallback *This);
IDDrawExclModeVideoCallback 8099 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnUpdateOverlay)(IDDrawExclModeVideoCallback *This,WINBOOL bBefore,DWORD dwFlags,WINBOOL bOldVisible,const RECT *prcOldSrc,const RECT *prcOldDest,WINBOOL bNewVisible,const RECT *prcNewSrc,const RECT *prcNewDest);
IDDrawExclModeVideoCallback 8100 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnUpdateColorKey)(IDDrawExclModeVideoCallback *This,const COLORKEY *pKey,DWORD dwColor);
IDDrawExclModeVideoCallback 8101 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnUpdateSize)(IDDrawExclModeVideoCallback *This,DWORD dwWidth,DWORD dwHeight,DWORD dwARWidth,DWORD dwARHeight);
IDDrawExclModeVideoCallback 8116 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateOverlay_Proxy(IDDrawExclModeVideoCallback *This,WINBOOL bBefore,DWORD dwFlags,WINBOOL bOldVisible,const RECT *prcOldSrc,const RECT *prcOldDest,WINBOOL bNewVisible,const RECT *prcNewSrc,const RECT *prcNewDest);
IDDrawExclModeVideoCallback 8118 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateColorKey_Proxy(IDDrawExclModeVideoCallback *This,const COLORKEY *pKey,DWORD dwColor);
IDDrawExclModeVideoCallback 8120 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDDrawExclModeVideoCallback_OnUpdateSize_Proxy(IDDrawExclModeVideoCallback *This,DWORD dwWidth,DWORD dwHeight,DWORD dwARWidth,DWORD dwARHeight);