IOverlay          152 3rdparty/include/dshow/strmif.h typedef struct IOverlay IOverlay;
IOverlay         2378 3rdparty/include/dshow/strmif.h   struct IOverlay : public IUnknown {
IOverlay         2394 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IOverlay *This,REFIID riid,void **ppvObject);
IOverlay         2395 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IOverlay *This);
IOverlay         2396 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IOverlay *This);
IOverlay         2397 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetPalette)(IOverlay *This,DWORD *pdwColors,PALETTEENTRY **ppPalette);
IOverlay         2398 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetPalette)(IOverlay *This,DWORD dwColors,PALETTEENTRY *pPalette);
IOverlay         2399 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDefaultColorKey)(IOverlay *This,COLORKEY *pColorKey);
IOverlay         2400 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetColorKey)(IOverlay *This,COLORKEY *pColorKey);
IOverlay         2401 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetColorKey)(IOverlay *This,COLORKEY *pColorKey);
IOverlay         2402 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetWindowHandle)(IOverlay *This,HWND *pHwnd);
IOverlay         2403 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetClipList)(IOverlay *This,RECT *pSourceRect,RECT *pDestinationRect,RGNDATA **ppRgnData);
IOverlay         2404 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetVideoPosition)(IOverlay *This,RECT *pSourceRect,RECT *pDestinationRect);
IOverlay         2405 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Advise)(IOverlay *This,IOverlayNotify *pOverlayNotify,DWORD dwInterests);
IOverlay         2406 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Unadvise)(IOverlay *This);
IOverlay         2428 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_GetPalette_Proxy(IOverlay *This,DWORD *pdwColors,PALETTEENTRY **ppPalette);
IOverlay         2430 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_SetPalette_Proxy(IOverlay *This,DWORD dwColors,PALETTEENTRY *pPalette);
IOverlay         2432 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_GetDefaultColorKey_Proxy(IOverlay *This,COLORKEY *pColorKey);
IOverlay         2434 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_GetColorKey_Proxy(IOverlay *This,COLORKEY *pColorKey);
IOverlay         2436 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_SetColorKey_Proxy(IOverlay *This,COLORKEY *pColorKey);
IOverlay         2438 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_GetWindowHandle_Proxy(IOverlay *This,HWND *pHwnd);
IOverlay         2440 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_GetClipList_Proxy(IOverlay *This,RECT *pSourceRect,RECT *pDestinationRect,RGNDATA **ppRgnData);
IOverlay         2442 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_GetVideoPosition_Proxy(IOverlay *This,RECT *pSourceRect,RECT *pDestinationRect);
IOverlay         2444 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_Advise_Proxy(IOverlay *This,IOverlayNotify *pOverlayNotify,DWORD dwInterests);
IOverlay         2446 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IOverlay_Unadvise_Proxy(IOverlay *This);
IOverlay         2450 3rdparty/include/dshow/strmif.h   typedef IOverlay *POVERLAY;