IOverlayNotify2   147 3rdparty/include/dshow/strmif.h typedef struct IOverlayNotify2 IOverlayNotify2;
IOverlayNotify2  2335 3rdparty/include/dshow/strmif.h   struct IOverlayNotify2 : public IOverlayNotify {
IOverlayNotify2  2342 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IOverlayNotify2 *This,REFIID riid,void **ppvObject);
IOverlayNotify2  2343 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IOverlayNotify2 *This);
IOverlayNotify2  2344 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IOverlayNotify2 *This);
IOverlayNotify2  2345 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnPaletteChange)(IOverlayNotify2 *This,DWORD dwColors,const PALETTEENTRY *pPalette);
IOverlayNotify2  2346 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnClipChange)(IOverlayNotify2 *This,const RECT *pSourceRect,const RECT *pDestinationRect,const RGNDATA *pRgnData);
IOverlayNotify2  2347 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnColorKeyChange)(IOverlayNotify2 *This,const COLORKEY *pColorKey);
IOverlayNotify2  2348 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnPositionChange)(IOverlayNotify2 *This,const RECT *pSourceRect,const RECT *pDestinationRect);
IOverlayNotify2  2349 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *OnDisplayChange)(IOverlayNotify2 *This,HMONITOR hMonitor);
IOverlayNotify2  2366 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlayNotify2_OnDisplayChange_Proxy(IOverlayNotify2 *This,HMONITOR hMonitor);
IOverlayNotify2  2370 3rdparty/include/dshow/strmif.h   typedef IOverlayNotify2 *POVERLAYNOTIFY2;