Searched refs:DrawCaption (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/win32/user32/drawcaption/ |
H A D | drawcap.rc | 4 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS DrawCaption test\0"
|
H A D | capicon.rc | 4 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS DrawCaption icon test\0"
|
H A D | drawcap.c | 56 if(!DrawCaption(hWnd, hDc, pR, Flags | Addon)) in CapTest()
|
/reactos/win32ss/user/user32/windows/ |
H A D | nonclient.c | 172 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 D | sysicon.c | 52 DrawCaption(hWnd, hDc, &Rect, DC_GRADIENT | DC_ACTIVE | DC_TEXT | DC_ICON); in WndProc()
|
/reactos/win32ss/user/user32/misc/ |
H A D | usrapihk.c | 157 puah->DrawCaption = RealUserDrawCaption; in ResetUserApiHook()
|
/reactos/sdk/include/reactos/ |
H A D | undocuser.h | 364 DRAWCAPTION DrawCaption; member
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 179 178 stdcall DrawCaption(long long ptr long)
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4451 BOOL WINAPI DrawCaption(_In_ HWND, _In_ HDC, _In_ LPCRECT, _In_ UINT);
|