Home
last modified time | relevance | path

Searched refs:DrawCaption (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/win32/user32/drawcaption/
H A Ddrawcap.rc4 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS DrawCaption test\0"
H A Dcapicon.rc4 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS DrawCaption icon test\0"
H A Ddrawcap.c56 if(!DrawCaption(hWnd, hDc, pR, Flags | Addon)) in CapTest()
/reactos/win32ss/user/user32/windows/
H A Dnonclient.c172 DrawCaption(HWND hWnd, HDC hDC, LPCRECT lprc, UINT uFlags) in DrawCaption() function
185 Ret = guah.DrawCaption(hWnd, hDC, lprc, uFlags); in DrawCaption()
/reactos/modules/rostests/win32/user32/sysicon/
H A Dsysicon.c52 DrawCaption(hWnd, hDc, &Rect, DC_GRADIENT | DC_ACTIVE | DC_TEXT | DC_ICON); in WndProc()
/reactos/win32ss/user/user32/misc/
H A Dusrapihk.c157 puah->DrawCaption = RealUserDrawCaption; in ResetUserApiHook()
/reactos/sdk/include/reactos/
H A Dundocuser.h364 DRAWCAPTION DrawCaption; member
/reactos/win32ss/user/user32/
H A Duser32.spec179 178 stdcall DrawCaption(long long ptr long)
/reactos/sdk/include/psdk/
H A Dwinuser.h4451 BOOL WINAPI DrawCaption(_In_ HWND, _In_ HDC, _In_ LPCRECT, _In_ UINT);