|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "uxthemep.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (uxtheme) |
| HRESULT WINAPI | GetThemeBool (HTHEME hTheme, int iPartId, int iStateId, int iPropId, BOOL *pfVal) |
| HRESULT WINAPI | GetThemeColor (HTHEME hTheme, int iPartId, int iStateId, int iPropId, COLORREF *pColor) |
| HRESULT WINAPI | GetThemeEnumValue (HTHEME hTheme, int iPartId, int iStateId, int iPropId, int *piVal) |
| HRESULT WINAPI | GetThemeFilename (HTHEME hTheme, int iPartId, int iStateId, int iPropId, LPWSTR pszThemeFilename, int cchMaxBuffChars) |
| HRESULT WINAPI | GetThemeFont (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, LOGFONTW *pFont) |
| HRESULT WINAPI | GetThemeInt (HTHEME hTheme, int iPartId, int iStateId, int iPropId, int *piVal) |
| HRESULT WINAPI | GetThemeIntList (HTHEME hTheme, int iPartId, int iStateId, int iPropId, INTLIST *pIntList) |
| HRESULT WINAPI | GetThemePosition (HTHEME hTheme, int iPartId, int iStateId, int iPropId, POINT *pPoint) |
| HRESULT WINAPI | GetThemeRect (HTHEME hTheme, int iPartId, int iStateId, int iPropId, RECT *pRect) |
| HRESULT WINAPI | GetThemeString (HTHEME hTheme, int iPartId, int iStateId, int iPropId, LPWSTR pszBuff, int cchMaxBuffChars) |
| HRESULT WINAPI | GetThemeMargins (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, RECT *prc, MARGINS *pMargins) |
| HRESULT WINAPI | GetThemeMetric (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, int *piVal) |
| HRESULT WINAPI | GetThemePropertyOrigin (HTHEME hTheme, int iPartId, int iStateId, int iPropId, PROPERTYORIGIN *pOrigin) |
Generated on Sun May 27 2012 05:02:47 for ReactOS by
1.7.6.1
|