Searched refs:DrawThemeIcon (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/uxtheme/ |
H A D | uxtheme.spec | 37 37 stdcall DrawThemeIcon(ptr ptr long long ptr ptr long)
|
H A D | draw.c | 1362 HRESULT WINAPI DrawThemeIcon(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, in DrawThemeIcon() function
|
/reactos/sdk/include/psdk/ |
H A D | uxtheme.h | 134 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.h | 73 using FN_DrawThemeIcon = decltype(&DrawThemeIcon); 119 … STDMETHOD(DrawThemeIcon)(HDC hDC, int iStateId, LPCRECT pRect, HIMAGELIST himl, int iImageIndex);
|
H A D | cicuif.cpp | 122 CUIFTheme::DrawThemeIcon(HDC hDC, int iStateId, LPCRECT pRect, HIMAGELIST himl, int iImageIndex) in DrawThemeIcon() function in CUIFTheme
|