ReactOS 0.4.16-dev-2491-g3dc6630
testdll.c File Reference
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
Include dependency graph for testdll.c:

Go to the source code of this file.

Functions

LRESULT CALLBACK dummy_hook_proc (int code, WPARAM wp, LPARAM lp)
 

Function Documentation

◆ dummy_hook_proc()

LRESULT CALLBACK dummy_hook_proc ( int  code,
WPARAM  wp,
LPARAM  lp 
)

Definition at line 29 of file testdll.c.

30{
31 return CallNextHookEx(0, code, wp, lp);
32}
Definition: inflate.c:139
LRESULT WINAPI CallNextHookEx(_In_opt_ HHOOK, _In_ int, _In_ WPARAM, _In_ LPARAM)