#include "precomp.h"
Go to the source code of this file.
Functions | |
HHOOK | SetWindowsHookExAW (int idHook, HOOKPROC lpfn, HINSTANCE hmod, DWORD dwThreadID, DWORD dwFlags) |
HHOOK WINAPI | SetWindowsHookA (int nFilterType, HOOKPROC pfnFilterProc) |
HHOOK WINAPI | SetWindowsHookW (int nFilterType, HOOKPROC pfnFilterProc) |
HHOOK WINAPI | SetWindowsHookExA (int idHook, HOOKPROC lpfn, HINSTANCE hmod, DWORD dwThreadId) |
HHOOK WINAPI | SetWindowsHookExW (int idHook, HOOKPROC lpfn, HINSTANCE hmod, DWORD dwThreadId) |
|
Definition at line 78 of file clhook.c. References HF_ANSI, and NtUserSetWindowsHookAW().
|
|
Definition at line 105 of file clhook.c. References HF_ANSI, and SetWindowsHookExAW().
|
|
Definition at line 26 of file clhook.c. References _SetWindowsHookEx(), dwFlags, FALSE, HF_WX86KNOWNDLL, MAX_PATH, NULL, and RtlImageNtHeader(). Referenced by SetWindowsHookExA(), and SetWindowsHookExW().
|
|
Definition at line 114 of file clhook.c. References SetWindowsHookExAW().
|
|
Definition at line 87 of file clhook.c. References NtUserSetWindowsHookAW().
|