ReactOS 0.4.16-dev-106-g10b08aa
|
#include <win32k.h>
Go to the source code of this file.
Classes | |
struct | _HOOKPACK |
Typedefs | |
typedef struct _HOOKPACK | HOOKPACK |
typedef struct _HOOKPACK * | PHOOKPACK |
Variables | |
UNICODE_STRING | strUahModule |
UNICODE_STRING | strUahInitFunc |
PPROCESSINFO | ppiUahServer |
Definition at line 321 of file hook.c.
Referenced by co_MsqDispatchOneSentMessage().
|
static |
Definition at line 367 of file hook.c.
Referenced by co_IntCallDebugHook(), and co_UserCallNextHookEx().
Definition at line 1102 of file hook.c.
Referenced by co_CallLowLevelKeyboardHook(), co_IntGetPeekMessage(), co_IntProcessKeyboardMessage(), co_IntProcessMouseMessage(), co_IntSetActiveWindow(), co_IntShellHookNotify(), co_MsqInsertMouseMessage(), co_UserCreateWindowEx(), co_UserDestroyWindow(), co_UserSetFocus(), co_WinPosMinMaximize(), DefWndDoSizeMove(), DefWndHandleSysCommand(), IdlePing(), IntCallMsgFilter(), IntCallWndProc(), IntCallWndProcRet(), IntDefWindowProc(), NtUserCallMsgFilter(), NtUserDragDetect(), and NtUserNotifyIMEStatus().
|
static |
Definition at line 388 of file hook.c.
Referenced by co_UserCallNextHookEx().
|
static |
Definition at line 239 of file hook.c.
Referenced by co_HOOK_CallHooks().
|
static |
Definition at line 521 of file hook.c.
Referenced by NtUserCallNextHookEx().
DBG_DEFAULT_CHANNEL | ( | UserHook | ) |
Definition at line 1022 of file hook.c.
Referenced by IntRemoveHook().
Definition at line 962 of file hook.c.
Referenced by co_HOOK_CallHooks().
Definition at line 937 of file hook.c.
Referenced by NtUserUnhookWindowsHookEx().
Definition at line 995 of file hook.c.
Referenced by co_HOOK_CallHooks(), NtUserCallNextHookEx(), and NtUserMessageCall().
Definition at line 88 of file hook.c.
Referenced by UserUnregisterUserApiHook().
Definition at line 30 of file hook.c.
Referenced by co_MsqDispatchOneSentMessage(), and UserLoadApiHook().
Definition at line 1036 of file hook.c.
Referenced by IntUnhookWindowsHook(), NtUserSetWindowsHookEx(), and NtUserUnhookWindowsHookEx().
Definition at line 1319 of file hook.c.
Referenced by NtUserCallTwoParam().
Definition at line 1370 of file hook.c.
Referenced by CallNextHookEx().
BOOL APIENTRY NtUserRegisterUserApiHook | ( | PUNICODE_STRING | m_dllname1, |
PUNICODE_STRING | m_funname1, | ||
DWORD | dwUnknown3, | ||
DWORD | dwUnknown4 | ||
) |
Definition at line 1722 of file hook.c.
Referenced by RegisterUserApiHook().
Definition at line 1419 of file hook.c.
HHOOK APIENTRY NtUserSetWindowsHookEx | ( | HINSTANCE | Mod, |
PUNICODE_STRING | UnsafeModuleName, | ||
DWORD | ThreadId, | ||
int | HookId, | ||
HOOKPROC | HookProc, | ||
BOOL | Ansi | ||
) |
Definition at line 1439 of file hook.c.
Referenced by IntSetWindowsHook(), and NtUserSetWindowsHookAW().
Definition at line 1691 of file hook.c.
Definition at line 1768 of file hook.c.
Referenced by UnregisterUserApiHook().
BOOL FASTCALL UserRegisterUserApiHook | ( | PUNICODE_STRING | pstrDllName, |
PUNICODE_STRING | pstrFuncName | ||
) |
Definition at line 138 of file hook.c.
Referenced by NtUserRegisterUserApiHook().
Definition at line 206 of file hook.c.
Referenced by ExitThreadCallback(), and NtUserUnregisterUserApiHook().
PPROCESSINFO ppiUahServer |
Definition at line 24 of file hook.c.
Referenced by ExitThreadCallback(), UserRegisterUserApiHook(), and UserUnregisterUserApiHook().
UNICODE_STRING strUahInitFunc |
Definition at line 23 of file hook.c.
Referenced by IntLoadHookModule(), UserRegisterUserApiHook(), and UserUnregisterUserApiHook().
UNICODE_STRING strUahModule |
Definition at line 22 of file hook.c.
Referenced by IntLoadHookModule(), UserRegisterUserApiHook(), and UserUnregisterUserApiHook().