Lines Matching refs:HRESULT

37 HRESULT WINAPI CloseThemeData(HTHEME hTheme);
38 HRESULT WINAPI DrawThemeBackground(HTHEME,HDC,int,int,const RECT*,const RECT*);
53 HRESULT WINAPI DrawThemeBackgroundEx(HTHEME,HDC,int,int,const RECT*,
55 HRESULT WINAPI DrawThemeEdge(HTHEME,HDC,int,int,const RECT*,UINT,UINT,
57 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
58 HRESULT WINAPI DrawThemeParentBackground(HWND,HDC,RECT*);
62 HRESULT WINAPI DrawThemeText(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,DWORD,
70 HRESULT WINAPI EnableThemeDialogTexture(HWND,DWORD);
71 HRESULT WINAPI EnableTheming(BOOL);
72 HRESULT WINAPI GetCurrentThemeName(LPWSTR,int,LPWSTR,int,LPWSTR,int);
79 HRESULT WINAPI GetThemeBackgroundContentRect(HTHEME,HDC,int,int,
81 HRESULT WINAPI GetThemeBackgroundExtent(HTHEME,HDC,int,int,const RECT*,RECT*);
82 HRESULT WINAPI GetThemeBackgroundRegion(HTHEME,HDC,int,int,const RECT*,HRGN*);
83 HRESULT WINAPI GetThemeBool(HTHEME,int,int,int,BOOL*);
84 HRESULT WINAPI GetThemeColor(HTHEME,int,int,int,COLORREF*);
103 HRESULT WINAPI GetThemeDocumentationProperty(LPCWSTR,LPCWSTR,LPWSTR,int);
104 HRESULT WINAPI GetThemeEnumValue(HTHEME,int,int,int,int*);
105 HRESULT WINAPI GetThemeFilename(HTHEME,int,int,int,LPWSTR,int);
106 HRESULT WINAPI GetThemeFont(HTHEME,HDC,int,int,int,LOGFONTW*);
107 HRESULT WINAPI GetThemeInt(HTHEME,int,int,int,int*);
115 HRESULT WINAPI GetThemeIntList(HTHEME,int,int,int,INTLIST*);
124 HRESULT WINAPI GetThemeMargins(HTHEME,HDC,int,int,int,RECT*,MARGINS*);
125 HRESULT WINAPI GetThemeMetric(HTHEME,HDC,int,int,int,int*);
133 HRESULT WINAPI GetThemePartSize(HTHEME,HDC,int,int,RECT*,THEMESIZE,SIZE*);
134 HRESULT WINAPI GetThemePosition(HTHEME,int,int,int,POINT*);
144 HRESULT WINAPI GetThemePropertyOrigin(HTHEME,int,int,int,PROPERTYORIGIN*);
145 HRESULT WINAPI GetThemeRect(HTHEME,int,int,int,RECT*);
146 HRESULT WINAPI GetThemeString(HTHEME,int,int,int,LPWSTR,int);
150 HRESULT WINAPI GetThemeSysFont(HTHEME,int,LOGFONTW*);
151 HRESULT WINAPI GetThemeSysInt(HTHEME,int,int*);
153 HRESULT WINAPI GetThemeSysString(HTHEME,int,LPWSTR,int);
154 HRESULT WINAPI GetThemeTextExtent(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,
156 HRESULT WINAPI GetThemeTextMetrics(HTHEME,HDC,int,int,TEXTMETRICW*);
176 HRESULT WINAPI HitTestThemeBackground(HTHEME,HDC,int,int,DWORD,const RECT*,
186 HRESULT WINAPI SetWindowTheme(HWND,LPCWSTR,LPCWSTR);
193 HRESULT WINAPI BufferedPaintInit(VOID);
194 HRESULT WINAPI BufferedPaintUnInit(VOID);
215 HRESULT WINAPI EndBufferedPaint(HPAINTBUFFER, BOOL);