ReactOS 0.4.16-dev-41-ge8c7597
|
#include "uxthemep.h"
Go to the source code of this file.
Typedefs | |
typedef BOOL(WINAPI * | PREGISTER_UAH_WINXP) (HINSTANCE hInstance, USERAPIHOOKPROC CallbackFunc) |
typedef BOOL(WINAPI * | PREGISTER_UUAH_WIN2003) (PUSERAPIHOOKINFO puah) |
Variables | |
USERAPIHOOK | g_user32ApiHook |
BYTE | gabDWPmessages [UAHOWP_MAX_SIZE] |
BYTE | gabMSGPmessages [UAHOWP_MAX_SIZE] |
BYTE | gabDLGPmessages [UAHOWP_MAX_SIZE] |
BOOL | g_bThemeHooksActive = FALSE |
typedef BOOL(WINAPI * PREGISTER_UAH_WINXP) (HINSTANCE hInstance, USERAPIHOOKPROC CallbackFunc) |
Definition at line 689 of file themehooks.c.
typedef BOOL(WINAPI * PREGISTER_UUAH_WIN2003) (PUSERAPIHOOKINFO puah) |
Definition at line 690 of file themehooks.c.
Definition at line 776 of file themehooks.c.
Definition at line 766 of file themehooks.c.
INT WINAPI ClassicSystemParametersInfoA | ( | UINT | uiAction, |
UINT | uiParam, | ||
PVOID | pvParam, | ||
UINT | fWinIni | ||
) |
Definition at line 756 of file themehooks.c.
INT WINAPI ClassicSystemParametersInfoW | ( | UINT | uiAction, |
UINT | uiParam, | ||
PVOID | pvParam, | ||
UINT | fWinIni | ||
) |
Definition at line 746 of file themehooks.c.
HRESULT GetDiaogTextureBrush | ( | HTHEME | theme, |
HWND | hwnd, | ||
HDC | hdc, | ||
HBRUSH * | result, | ||
BOOL | changeOrigin | ||
) |
Definition at line 402 of file themehooks.c.
Referenced by ThemeDlgPostWindowProc().
Definition at line 88 of file themehooks.c.
Referenced by SetThemeRegion(), ThemeCalculateCaptionButtonsPosEx(), and ThemeInitDrawContext().
Definition at line 118 of file themehooks.c.
Referenced by ThemeInitDrawContext().
Definition at line 465 of file themehooks.c.
Referenced by ThemeDlgPostWindowProc().
Definition at line 218 of file themehooks.c.
Referenced by ThemePostWindowProc().
Definition at line 169 of file themehooks.c.
Referenced by OnPostWinPosChanged().
Definition at line 154 of file themehooks.c.
Referenced by ThemeCleanupWndContext(), and ThemeInitApiHook().
|
static |
Definition at line 293 of file themehooks.c.
Referenced by ThemeInitApiHook().
|
static |
Definition at line 269 of file themehooks.c.
Referenced by ThemeInitApiHook().
Definition at line 38 of file themehooks.c.
Referenced by ThemeCleanupChildWndContext(), ThemeCleanupWndContext(), and ThemePostWindowProc().
|
static |
Definition at line 483 of file themehooks.c.
Referenced by ThemeInitApiHook().
|
static |
Definition at line 477 of file themehooks.c.
Referenced by ThemeInitApiHook().
BOOL WINAPI ThemeGetScrollInfo | ( | HWND | hwnd, |
int | fnBar, | ||
LPSCROLLINFO | lpsi | ||
) |
Definition at line 541 of file themehooks.c.
Referenced by ThemeInitApiHook().
Definition at line 17 of file themehooks.c.
Referenced by DefWndNCHitTest(), GetDiaogTextureBrush(), GetNCCaptionTheme(), GetNCScrollbarTheme(), OnPostWinPosChanged(), SCROLL_TrackScrollBar(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawCaptionButton(), ThemeDrawScrollBarEx(), ThemeGetScrollInfo(), ThemeHandleButton(), ThemeHandleNcMouseLeave(), ThemeHandleNcMouseMove(), ThemePreWindowProc(), ThemeSetScrollInfo(), and ThemeSetWindowRgn().
Definition at line 693 of file themehooks.c.
Referenced by ThemeStartCallback().
Definition at line 735 of file themehooks.c.
Referenced by ThemeServiceDiedCallback(), and ThemeStopCallback().
BOOL CALLBACK ThemeInitApiHook | ( | UAPIHK | State, |
PUSERAPIHOOK | puah | ||
) |
Definition at line 607 of file themehooks.c.
Referenced by ThemeHooksInstall().
|
static |
Definition at line 384 of file themehooks.c.
Referenced by ThemeInitApiHook().
|
static |
Definition at line 317 of file themehooks.c.
Referenced by ThemeInitApiHook().
Definition at line 579 of file themehooks.c.
Referenced by ThemeInitApiHook().
Definition at line 529 of file themehooks.c.
Referenced by ThemeInitApiHook().
Definition at line 15 of file themehooks.c.
Referenced by CheckThemeSignature(), ClassicAdjustWindowRectEx(), ClassicGetSystemMetrics(), ClassicSystemParametersInfoA(), ClassicSystemParametersInfoW(), EnumThemeColors(), EnumThemeSizes(), GetThemeDefaults(), GetThemeDocumentationProperty(), IsThemeActive(), OpenThemeFile(), ThemeInitApiHook(), UXTHEME_LoadTheme(), and ValidateHandle().
USERAPIHOOK g_user32ApiHook |
Definition at line 11 of file themehooks.c.
Referenced by ClassicAdjustWindowRectEx(), ClassicGetSystemMetrics(), ClassicSystemParametersInfoA(), ClassicSystemParametersInfoW(), OnPostWinPosChanged(), SetThemeRegion(), ThemeDefWindowProcA(), ThemeDefWindowProcW(), ThemeDestroyWndData(), ThemeGetScrollInfo(), ThemeInitApiHook(), ThemeSetScrollInfo(), and ThemeSetWindowRgn().
BYTE gabDLGPmessages[UAHOWP_MAX_SIZE] |
Definition at line 14 of file themehooks.c.
Referenced by ThemeInitApiHook().
BYTE gabDWPmessages[UAHOWP_MAX_SIZE] |
Definition at line 12 of file themehooks.c.
Referenced by ThemeInitApiHook().
BYTE gabMSGPmessages[UAHOWP_MAX_SIZE] |
Definition at line 13 of file themehooks.c.
Referenced by ThemeInitApiHook().