ReactOS 0.4.16-dev-1505-g12fa72a
|
#include "uxthemep.h"
Go to the source code of this file.
Functions | |
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) |
HRESULT WINAPI | GetThemeTransitionDuration (HTHEME hTheme, int iPartId, int iStateIdFrom, int iStateIdTo, int iPropId, DWORD *pdwDuration) |
Definition at line 26 of file metric.c.
Referenced by LoadSchemeFromTheme().
Definition at line 58 of file metric.c.
Referenced by DrawNCPreview(), GetThemeSysColorBrush(), LoadSchemeFromTheme(), and ThemeDrawCaptionText().
Definition at line 82 of file metric.c.
Referenced by DrawWindowForNCPreview().
Definition at line 91 of file metric.c.
Referenced by DrawNCPreview(), LoadSchemeFromTheme(), and ThemeDrawCaptionText().
Definition at line 134 of file metric.c.
Definition at line 154 of file metric.c.
Referenced by DrawWindowForNCPreview(), CTipbarWnd::InitThemeMargins(), and LoadSchemeFromTheme().
HRESULT WINAPI GetThemeSysString | ( | HTHEME | hTheme, |
int | iStringID, | ||
LPWSTR | pszStringBuff, | ||
int | cchMaxStringChars | ||
) |
Definition at line 205 of file metric.c.
HRESULT WINAPI GetThemeTransitionDuration | ( | HTHEME | hTheme, |
int | iPartId, | ||
int | iStateIdFrom, | ||
int | iStateIdTo, | ||
int | iPropId, | ||
DWORD * | pdwDuration | ||
) |
Definition at line 226 of file metric.c.