ReactOS 0.4.16-dev-338-g34e76ad
|
#include <uxthemep.h>
Public Attributes | |
HMODULE | hTheme |
struct _THEME_FILE * | tf |
WCHAR | szAppName [MAX_THEME_APP_NAME] |
WCHAR | szClassName [MAX_THEME_CLASS_NAME] |
PTHEME_PARTSTATE | partstate |
struct _THEME_CLASS * | overrides |
struct _THEME_CLASS * | next |
Definition at line 59 of file uxthemep.h.
HMODULE _THEME_CLASS::hTheme |
Definition at line 60 of file uxthemep.h.
struct _THEME_CLASS* _THEME_CLASS::next |
Definition at line 67 of file uxthemep.h.
Referenced by MSSTYLES_CloseThemeFile(), and MSSTYLES_ParseThemeIni().
struct _THEME_CLASS* _THEME_CLASS::overrides |
Definition at line 65 of file uxthemep.h.
Referenced by MSSTYLES_FindPartState(), and MSSTYLES_ParseThemeIni().
PTHEME_PARTSTATE _THEME_CLASS::partstate |
Definition at line 64 of file uxthemep.h.
Referenced by MSSTYLES_CloseThemeFile().
WCHAR _THEME_CLASS::szAppName[MAX_THEME_APP_NAME] |
Definition at line 62 of file uxthemep.h.
Referenced by MSSTYLES_OpenThemeClass(), and MSSTYLES_ParseThemeIni().
WCHAR _THEME_CLASS::szClassName[MAX_THEME_CLASS_NAME] |
Definition at line 63 of file uxthemep.h.
Referenced by MSSTYLES_OpenThemeClass(), and MSSTYLES_ParseThemeIni().
struct _THEME_FILE* _THEME_CLASS::tf |
Definition at line 61 of file uxthemep.h.
Referenced by GetThemeSysBool(), GetThemeSysColor(), GetThemeSysFont(), GetThemeSysInt(), GetThemeSysSize(), GetThemeSysString(), and MSSTYLES_OpenThemeClass().