ReactOS 0.4.15-dev-5853-gcb454ef
|
#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 322 of file hook.c.
Referenced by co_MsqDispatchOneSentMessage().
|
static |
Definition at line 368 of file hook.c.
Referenced by co_IntCallDebugHook(), and co_UserCallNextHookEx().
Definition at line 1103 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 389 of file hook.c.
Referenced by co_UserCallNextHookEx().
|
static |
Definition at line 240 of file hook.c.
Referenced by co_HOOK_CallHooks().
|
static |
Definition at line 522 of file hook.c.
Referenced by NtUserCallNextHookEx().
DBG_DEFAULT_CHANNEL | ( | UserHook | ) |
Definition at line 1023 of file hook.c.
Referenced by IntRemoveHook().
Definition at line 963 of file hook.c.
Referenced by co_HOOK_CallHooks().
Definition at line 938 of file hook.c.
Referenced by NtUserUnhookWindowsHookEx().
Definition at line 996 of file hook.c.
Referenced by co_HOOK_CallHooks(), NtUserCallNextHookEx(), and NtUserMessageCall().
Definition at line 89 of file hook.c.
Referenced by UserUnregisterUserApiHook().
Definition at line 31 of file hook.c.
Referenced by co_MsqDispatchOneSentMessage(), and UserLoadApiHook().
Definition at line 1037 of file hook.c.
Referenced by IntUnhookWindowsHook(), NtUserSetWindowsHookEx(), and NtUserUnhookWindowsHookEx().
Definition at line 1320 of file hook.c.
Referenced by NtUserCallTwoParam().
Definition at line 1371 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 1724 of file hook.c.
Referenced by RegisterUserApiHook().
Definition at line 1421 of file hook.c.
HHOOK APIENTRY NtUserSetWindowsHookEx | ( | HINSTANCE | Mod, |
PUNICODE_STRING | UnsafeModuleName, | ||
DWORD | ThreadId, | ||
int | HookId, | ||
HOOKPROC | HookProc, | ||
BOOL | Ansi | ||
) |
Definition at line 1441 of file hook.c.
Referenced by IntSetWindowsHook(), and NtUserSetWindowsHookAW().
Definition at line 1693 of file hook.c.
Definition at line 1770 of file hook.c.
Referenced by UnregisterUserApiHook().
BOOL FASTCALL UserRegisterUserApiHook | ( | PUNICODE_STRING | pstrDllName, |
PUNICODE_STRING | pstrFuncName | ||
) |
Definition at line 139 of file hook.c.
Referenced by NtUserRegisterUserApiHook().
Definition at line 207 of file hook.c.
Referenced by ExitThreadCallback(), and NtUserUnregisterUserApiHook().
PPROCESSINFO ppiUahServer |
Definition at line 25 of file hook.c.
Referenced by ExitThreadCallback(), UserRegisterUserApiHook(), and UserUnregisterUserApiHook().
UNICODE_STRING strUahInitFunc |
Definition at line 24 of file hook.c.
Referenced by IntLoadHookModule(), UserRegisterUserApiHook(), and UserUnregisterUserApiHook().
UNICODE_STRING strUahModule |
Definition at line 23 of file hook.c.
Referenced by IntLoadHookModule(), UserRegisterUserApiHook(), and UserUnregisterUserApiHook().