|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <uxthemep.h>

Public Attributes | |
| int | iPrimitiveType |
| int | iPropertyId |
| PROPERTYORIGIN | origin |
| LPCWSTR | lpValue |
| DWORD | dwValueLen |
| struct _THEME_PROPERTY * | next |
Definition at line 38 of file uxthemep.h.
| DWORD _THEME_PROPERTY::dwValueLen |
Definition at line 44 of file uxthemep.h.
Referenced by UXTHEME_SelectImage().
| int _THEME_PROPERTY::iPrimitiveType |
Definition at line 39 of file uxthemep.h.
| int _THEME_PROPERTY::iPropertyId |
Definition at line 40 of file uxthemep.h.
| LPCWSTR _THEME_PROPERTY::lpValue |
Definition at line 43 of file uxthemep.h.
Referenced by UXTHEME_SelectImage().
| struct _THEME_PROPERTY* _THEME_PROPERTY::next |
Definition at line 46 of file uxthemep.h.
Referenced by MSSTYLES_CloseThemeFile().
| PROPERTYORIGIN _THEME_PROPERTY::origin |
Definition at line 41 of file uxthemep.h.