#include "uxthemep.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (uxtheme) |
| BOOL WINAPI | GetThemeSysBool (HTHEME hTheme, int iBoolID) |
| COLORREF WINAPI | GetThemeSysColor (HTHEME hTheme, int iColorID) |
| HBRUSH WINAPI | GetThemeSysColorBrush (HTHEME hTheme, int iColorID) |
| HRESULT WINAPI | GetThemeSysFont (HTHEME hTheme, int iFontID, LOGFONTW *plf) |
| HRESULT WINAPI | GetThemeSysInt (HTHEME hTheme, int iIntID, int *piValue) |
| int WINAPI | GetThemeSysSize (HTHEME hTheme, int iSizeID) |
| HRESULT WINAPI | GetThemeSysString (HTHEME hTheme, int iStringID, LPWSTR pszStringBuff, int cchMaxStringChars) |