Typedefs |
| typedef BOOL(WINAPI * | PREGISTER_UAH_WINXP )(HINSTANCE hInstance, USERAPIHOOKPROC CallbackFunc) |
| typedef BOOL(WINAPI * | PREGISTER_UUAH_WIN2003 )(PUSERAPIHOOKINFO puah) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (uxtheme) |
| LRESULT CALLBACK | ThemeWndProc (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, WNDPROC DefWndProc) |
| PWND_CONTEXT | ThemeGetWndContext (HWND hWnd) |
| void | ThemeDetroyWndContext (HWND hWnd) |
| static BOOL CALLBACK | ThemeCleanupChildWndContext (HWND hWnd, LPARAM msg) |
| static BOOL CALLBACK | ThemeCleanupWndContext (HWND hWnd, LPARAM msg) |
| void | SetThemeRegion (HWND hWnd, PWND_CONTEXT pcontext) |
| int | OnPostWinPosChanged (HWND hWnd) |
| static LRESULT CALLBACK | ThemeDefWindowProcW (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
| static LRESULT CALLBACK | ThemeDefWindowProcA (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
| static LRESULT CALLBACK | ThemePreWindowProc (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, ULONG_PTR ret, PDWORD unknown) |
| static LRESULT CALLBACK | ThemePostWindowProc (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, ULONG_PTR ret, PDWORD unknown) |
| int WINAPI | ThemeSetWindowRgn (HWND hWnd, HRGN hRgn, BOOL bRedraw) |
| BOOL CALLBACK | ThemeInitApiHook (UAPIHK State, PUSERAPIHOOK puah) |
| BOOL WINAPI | ThemeHooksInstall () |
| BOOL WINAPI | ThemeHooksRemove () |
Variables |
| HINSTANCE | hDllInst |
| USERAPIHOOK | user32ApiHook |
| BYTE | gabDWPmessages [UAHOWP_MAX_SIZE] |
| BYTE | gabMSGPmessages [UAHOWP_MAX_SIZE] |