ReactOS 0.4.16-dev-338-g34e76ad
|
#include <user32.h>
Go to the source code of this file.
Variables | |
DWORD | gcLoadUserApiHook = 0 |
LONG | gcCallUserApiHook = 0 |
DWORD | gfUserApiHook = 0 |
HINSTANCE | ghmodUserApiHook = NULL |
USERAPIHOOKPROC | gpfnInitUserApi |
RTL_CRITICAL_SECTION | gcsUserApiHook |
BYTE | grgbDwpLiteHookMsg [128] |
BYTE | grgbWndLiteHookMsg [128] |
BYTE | grgbDlgLiteHookMsg [128] |
USERAPIHOOK | guah |
Definition at line 106 of file usrapihk.c.
Referenced by AdjustWindowRectEx(), DefWindowProcA(), DefWindowProcW(), DrawCaption(), DrawFrameControl(), EnableScrollBar(), GetScrollInfo(), GetSystemMetrics(), IntCallWindowProcA(), IntCallWindowProcW(), MDIRedrawFrame(), SetScrollInfo(), SetWindowRgn(), SystemParametersInfoA(), and SystemParametersInfoW().
Definition at line 193 of file usrapihk.c.
Referenced by ClientLoadLibrary().
Definition at line 76 of file usrapihk.c.
Referenced by InitUserApiHook().
Definition at line 164 of file usrapihk.c.
Referenced by AdjustWindowRectEx(), DefWindowProcA(), DefWindowProcW(), DrawCaption(), DrawFrameControl(), EnableScrollBar(), GetScrollInfo(), GetSystemMetrics(), IntCallWindowProcA(), IntCallWindowProcW(), MDIRedrawFrame(), SetScrollInfo(), SetWindowRgn(), SystemParametersInfoA(), and SystemParametersInfoW().
Definition at line 117 of file usrapihk.c.
Referenced by InitUserApiHook(), and ResetUserApiHook().
BOOL WINAPI InitUserApiHook | ( | HINSTANCE | hInstance, |
USERAPIHOOKPROC | pfn | ||
) |
Definition at line 255 of file usrapihk.c.
Referenced by ClientLoadLibrary().
Definition at line 98 of file usrapihk.c.
Referenced by BeginIfHookedUserApiHook(), and LoadUserApiHook().
Definition at line 63 of file usrapihk.c.
Referenced by DefWindowProcA(), DefWindowProcW(), IntCallWindowProcA(), and IntCallWindowProcW().
Definition at line 318 of file usrapihk.c.
Definition at line 90 of file nonclient.c.
Referenced by AdjustWindowRectEx(), and ResetUserApiHook().
Definition at line 813 of file defwnd.c.
Referenced by DefWindowProcA(), and ResetUserApiHook().
Definition at line 1037 of file defwnd.c.
Referenced by DefWindowProcW(), and ResetUserApiHook().
Definition at line 1423 of file draw.c.
Referenced by DrawFrameControl(), and ResetUserApiHook().
BOOL WINAPI RealGetScrollInfo | ( | HWND | Wnd, |
INT | SBType, | ||
LPSCROLLINFO | Info | ||
) |
Definition at line 1512 of file scrollbar.c.
Referenced by GetScrollInfo(), and ResetUserApiHook().
Definition at line 128 of file desktop.c.
Referenced by GetSystemMetrics(), and ResetUserApiHook().
Definition at line 311 of file usrapihk.c.
Referenced by MDIRedrawFrame(), and ResetUserApiHook().
Definition at line 1665 of file scrollbar.c.
Referenced by ResetUserApiHook(), and SetScrollInfo().
Definition at line 180 of file desktop.c.
Referenced by ResetUserApiHook(), and SystemParametersInfoA().
Definition at line 341 of file desktop.c.
Referenced by ResetUserApiHook(), and SystemParametersInfoW().
Definition at line 80 of file nonclient.c.
Referenced by ResetUserApiHook().
BOOL WINAPI RegisterUserApiHook | ( | PUSERAPIHOOKINFO | puah | ) |
Definition at line 376 of file usrapihk.c.
VOID FASTCALL ResetUserApiHook | ( | PUSERAPIHOOK | puah | ) |
Definition at line 131 of file usrapihk.c.
Referenced by ClearUserApiHook(), ForceResetUserApiHook(), and InitUserApiHook().
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
LONG gcCallUserApiHook = 0 |
Definition at line 35 of file usrapihk.c.
Referenced by BeginIfHookedUserApiHook(), ClearUserApiHook(), and EndUserApiHook().
DWORD gcLoadUserApiHook = 0 |
Definition at line 34 of file usrapihk.c.
Referenced by ClearUserApiHook(), EndUserApiHook(), and InitUserApiHook().
RTL_CRITICAL_SECTION gcsUserApiHook |
Definition at line 39 of file usrapihk.c.
Referenced by ClearUserApiHook(), EndUserApiHook(), Init(), and InitUserApiHook().
DWORD gfUserApiHook = 0 |
Definition at line 36 of file usrapihk.c.
Referenced by ClearUserApiHook(), InitUserApiHook(), and IsInsideUserApiHook().
Definition at line 37 of file usrapihk.c.
Referenced by ClearUserApiHook(), ClientLoadLibrary(), EndUserApiHook(), ForceResetUserApiHook(), InitUserApiHook(), and IsInsideUserApiHook().
USERAPIHOOKPROC gpfnInitUserApi |
Definition at line 38 of file usrapihk.c.
Referenced by ClearUserApiHook(), EndUserApiHook(), ForceResetUserApiHook(), and InitUserApiHook().
BYTE grgbDlgLiteHookMsg[128] |
Definition at line 43 of file usrapihk.c.
Referenced by InitUserApiHook().
BYTE grgbDwpLiteHookMsg[128] |
Definition at line 41 of file usrapihk.c.
Referenced by InitUserApiHook().
BYTE grgbWndLiteHookMsg[128] |
Definition at line 42 of file usrapihk.c.
Referenced by InitUserApiHook().
USERAPIHOOK guah |
Definition at line 344 of file usrapihk.c.
Referenced by AdjustWindowRectEx(), ClearUserApiHook(), DefWindowProcA(), DefWindowProcW(), DrawCaption(), DrawFrameControl(), EnableScrollBar(), ForceResetUserApiHook(), GetScrollInfo(), GetSystemMetrics(), InitUserApiHook(), IntCallWindowProcA(), IntCallWindowProcW(), MDIRedrawFrame(), SetScrollInfo(), SetWindowRgn(), SystemParametersInfoA(), and SystemParametersInfoW().