|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <user32.h>
Go to the source code of this file.
Classes | |
| struct | _NOTIFYEVENT |
Typedefs | |
| typedef struct _NOTIFYEVENT | NOTIFYEVENT |
| typedef struct _NOTIFYEVENT * | PNOTIFYEVENT |
| typedef struct _NOTIFYEVENT NOTIFYEVENT |
| typedef struct _NOTIFYEVENT * PNOTIFYEVENT |
Definition at line 199 of file hook.c.
|
static |
Definition at line 430 of file hook.c.
Referenced by User32CallClientLoadLibraryFromKernel().
Definition at line 46 of file hook.c.
Referenced by IntNotifyWinEvent(), IsWinEventHookInstalled(), and NotifyWinEvent().
| VOID FASTCALL IntNotifyWinEvent | ( | DWORD | event, |
| HWND | hwnd, | ||
| LONG | idObject, | ||
| LONG | idChild, | ||
| DWORD | flags | ||
| ) |
Definition at line 113 of file hook.c.
|
static |
Definition at line 80 of file hook.c.
Referenced by SetWindowsHookA(), SetWindowsHookExA(), SetWindowsHookExW(), and SetWindowsHookW().
Definition at line 325 of file hook.c.
Referenced by init_procs(), and MessageBoxProc().
| HWINEVENTHOOK WINAPI SetWinEventHook | ( | UINT | eventMin, |
| UINT | eventMax, | ||
| HMODULE | hmodWinEventProc, | ||
| WINEVENTPROC | pfnWinEventProc, | ||
| DWORD | idProcess, | ||
| DWORD | idThread, | ||
| UINT | dwFlags | ||
| ) |
Definition at line 344 of file hook.c.
Referenced by init_procs().
Definition at line 315 of file hook.c.
Definition at line 528 of file hook.c.
Definition at line 796 of file hook.c.
Definition at line 554 of file hook.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |