ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Macros | |
#define | STATIC_UISTATE_GWL_OFFSET (sizeof(HFONT)+sizeof(HICON)) |
#define | UserHasDlgFrameStyle(Style, ExStyle) |
#define | UserHasThickFrameStyle(Style, ExStyle) |
#define | UserHasThinFrameStyle(Style, ExStyle) (((Style) & WS_BORDER) || (!((Style) & (WS_CHILD | WS_POPUP)))) |
#define | WIN_GetFullHandle(h) ((HWND)(h)) |
#define | HOOKID_TO_FLAG(HookId) (1 << ((HookId) + 1)) |
#define | ISITHOOKED(HookId) |
Functions | |
static __inline PVOID | SharedPtrToUser (PVOID Ptr) |
static __inline PVOID | DesktopPtrToUser (PVOID Ptr) |
static __inline BOOL | IsThreadHooked (PCLIENTINFO pci) |
static __inline PDESKTOPINFO | GetThreadDesktopInfo (VOID) |
static __inline BOOL | IsCallProcHandle (IN WNDPROC lpWndProc) |
static __inline BOOL | STATIC_update_uistate (HWND hwnd, BOOL unicode) |
static __inline void | LoadUserApiHook () |
#define ISITHOOKED | ( | HookId | ) |
Definition at line 12 of file user_x.h.
|
static |
Definition at line 43 of file user_x.h.
Referenced by GetShellWindow(), GetThreadDesktopWnd(), and User32DefWindowProc().
|
static |
|
static |
Definition at line 85 of file user_x.h.
Referenced by AdjustWindowRectEx(), DefWindowProcA(), DefWindowProcW(), DrawCaption(), DrawFrameControl(), EnableScrollBar(), GetScrollInfo(), GetSystemMetrics(), MDIRedrawFrame(), SetScrollInfo(), SetWindowRgn(), SystemParametersInfoA(), and SystemParametersInfoW().
Definition at line 4 of file user_x.h.
Referenced by ClientThreadSetupHelper(), Init(), IntGetClassLongA(), IntGetClassLongW(), IntGetProp(), ValidateHandle(), and ValidateHandleNoErr().
Definition at line 65 of file user_x.h.
Referenced by StaticWndProc_common().