ReactOS 0.4.16-dev-340-g0540c21
|
#include <user32.h>
Go to the source code of this file.
Macros | |
#define | HASSIZEGRIP(Style, ExStyle, ParentStyle, WindowRect, ParentClientRect) |
#define | DOUBLE_BUFFER_CAPTION |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (user32) | |
BOOL | UserHasWindowEdge (DWORD Style, DWORD ExStyle) |
VOID | UserGetWindowBorders (DWORD Style, DWORD ExStyle, SIZE *Size, BOOL WithClient) |
BOOL WINAPI | RealUserDrawCaption (HWND hWnd, HDC hDC, LPCRECT lpRc, UINT uFlags) |
BOOL WINAPI | RealAdjustWindowRectEx (LPRECT lpRect, DWORD dwStyle, BOOL bMenu, DWORD dwExStyle) |
BOOL WINAPI DECLSPEC_HOTPATCH | AdjustWindowRectEx (LPRECT lpRect, DWORD dwStyle, BOOL bMenu, DWORD dwExStyle) |
BOOL WINAPI DECLSPEC_HOTPATCH | AdjustWindowRect (LPRECT lpRect, DWORD dwStyle, BOOL bMenu) |
BOOL WINAPI | DrawCaption (HWND hWnd, HDC hDC, LPCRECT lprc, UINT uFlags) |
BOOL WINAPI | DrawCaptionTempW (HWND hWnd, HDC hDC, const RECT *rect, HFONT hFont, HICON hIcon, LPCWSTR str, UINT uFlags) |
BOOL WINAPI | DrawCaptionTempA (HWND hwnd, HDC hdc, const RECT *rect, HFONT hFont, HICON hIcon, LPCSTR str, UINT uFlags) |
#define DOUBLE_BUFFER_CAPTION |
Definition at line 166 of file nonclient.c.
Definition at line 26 of file nonclient.c.
Definition at line 158 of file nonclient.c.
BOOL WINAPI DECLSPEC_HOTPATCH AdjustWindowRectEx | ( | LPRECT | lpRect, |
DWORD | dwStyle, | ||
BOOL | bMenu, | ||
DWORD | dwExStyle | ||
) |
Definition at line 123 of file nonclient.c.
Referenced by AdjustWindowRect().
Definition at line 172 of file nonclient.c.
BOOL WINAPI DrawCaptionTempA | ( | HWND | hwnd, |
HDC | hdc, | ||
const RECT * | rect, | ||
HFONT | hFont, | ||
HICON | hIcon, | ||
LPCSTR | str, | ||
UINT | uFlags | ||
) |
Definition at line 222 of file nonclient.c.
BOOL WINAPI DrawCaptionTempW | ( | HWND | hWnd, |
HDC | hDC, | ||
const RECT * | rect, | ||
HFONT | hFont, | ||
HICON | hIcon, | ||
LPCWSTR | str, | ||
UINT | uFlags | ||
) |
Definition at line 202 of file nonclient.c.
Referenced by DrawCaptionTempA().
Definition at line 90 of file nonclient.c.
Referenced by AdjustWindowRectEx(), and ResetUserApiHook().
Definition at line 53 of file nonclient.c.
Definition at line 36 of file nonclient.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |