Home
last modified time | relevance | path

Searched refs:DrawThemeIcon (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/uxtheme/
H A Duxtheme.spec37 37 stdcall DrawThemeIcon(ptr ptr long long ptr ptr long)
H A Ddraw.c1362 HRESULT WINAPI DrawThemeIcon(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, in DrawThemeIcon() function
/reactos/sdk/include/psdk/
H A Duxtheme.h134 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
/reactos/sdk/lib/cicero/
H A Dcicuif.h73 using FN_DrawThemeIcon = decltype(&DrawThemeIcon);
119 … STDMETHOD(DrawThemeIcon)(HDC hDC, int iStateId, LPCRECT pRect, HIMAGELIST himl, int iImageIndex);
H A Dcicuif.cpp122 CUIFTheme::DrawThemeIcon(HDC hDC, int iStateId, LPCRECT pRect, HIMAGELIST himl, int iImageIndex) in DrawThemeIcon() function in CUIFTheme