|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | GetPalette ([out] DWORD *pdwColors, [out] PALETTEENTRY **ppPalette) |
| HRESULT | SetPalette ([in] DWORD dwColors, [in] PALETTEENTRY *pPalette) |
| HRESULT | GetDefaultColorKey ([out] COLORKEY *pColorKey) |
| HRESULT | GetColorKey ([out] COLORKEY *pColorKey) |
| HRESULT | SetColorKey ([in, out] COLORKEY *pColorKey) |
| HRESULT | GetWindowHandle ([out] HWND *pHwnd) |
| HRESULT | GetClipList ([out] RECT *pSourceRect, [out] RECT *pDestinationRect, [out] RGNDATA **ppRgnData) |
| HRESULT | GetVideoPosition ([out] RECT *pSourceRect, [out] RECT *pDestinationRect) |
| HRESULT | Advise ([in] IOverlayNotify *pOverlayNotify, [in] DWORD dwInterests) |
| HRESULT | Unadvise () |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 454 of file axextend.idl.
| HRESULT IOverlay::Advise | ( | [in] IOverlayNotify * | pOverlayNotify, |
| [in] DWORD | dwInterests | ||
| ) |
| HRESULT IOverlay::GetClipList | ( | [out] RECT * | pSourceRect, |
| [out] RECT * | pDestinationRect, | ||
| [out] RGNDATA ** | ppRgnData | ||
| ) |
| HRESULT IOverlay::GetPalette | ( | [out] DWORD * | pdwColors, |
| [out] PALETTEENTRY ** | ppPalette | ||
| ) |
| HRESULT IOverlay::SetPalette | ( | [in] DWORD | dwColors, |
| [in] PALETTEENTRY * | pPalette | ||
| ) |
| HRESULT IOverlay::Unadvise | ( | ) |