IOverlayNotify    142 3rdparty/include/dshow/strmif.h typedef struct IOverlayNotify IOverlayNotify;
IOverlayNotify   2285 3rdparty/include/dshow/strmif.h   struct IOverlayNotify : public IUnknown {
IOverlayNotify   2295 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IOverlayNotify *This,REFIID riid,void **ppvObject);
IOverlayNotify   2296 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IOverlayNotify *This);
IOverlayNotify   2297 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IOverlayNotify *This);
IOverlayNotify   2298 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnPaletteChange)(IOverlayNotify *This,DWORD dwColors,const PALETTEENTRY *pPalette);
IOverlayNotify   2299 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnClipChange)(IOverlayNotify *This,const RECT *pSourceRect,const RECT *pDestinationRect,const RGNDATA *pRgnData);
IOverlayNotify   2300 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnColorKeyChange)(IOverlayNotify *This,const COLORKEY *pColorKey);
IOverlayNotify   2301 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnPositionChange)(IOverlayNotify *This,const RECT *pSourceRect,const RECT *pDestinationRect);
IOverlayNotify   2317 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlayNotify_OnPaletteChange_Proxy(IOverlayNotify *This,DWORD dwColors,const PALETTEENTRY *pPalette);
IOverlayNotify   2319 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlayNotify_OnClipChange_Proxy(IOverlayNotify *This,const RECT *pSourceRect,const RECT *pDestinationRect,const RGNDATA *pRgnData);
IOverlayNotify   2321 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlayNotify_OnColorKeyChange_Proxy(IOverlayNotify *This,const COLORKEY *pColorKey);
IOverlayNotify   2323 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlayNotify_OnPositionChange_Proxy(IOverlayNotify *This,const RECT *pSourceRect,const RECT *pDestinationRect);
IOverlayNotify   2327 3rdparty/include/dshow/strmif.h   typedef IOverlayNotify *POVERLAYNOTIFY;
IOverlayNotify   2335 3rdparty/include/dshow/strmif.h   struct IOverlayNotify2 : public IOverlayNotify {
IOverlayNotify   2388 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Advise(IOverlayNotify *pOverlayNotify,DWORD dwInterests) = 0;
IOverlayNotify   2405 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Advise)(IOverlay *This,IOverlayNotify *pOverlayNotify,DWORD dwInterests);
IOverlayNotify   2444 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_Advise_Proxy(IOverlay *This,IOverlayNotify *pOverlayNotify,DWORD dwInterests);