HookProc (Delegates)
Last changed: Nicolas-93.20.31.10

.
Summary
Represents the method called when a hook catches a monitored event.

C# Definition:

delegate int HookProc(int code, IntPtr wParam, IntPtr lParam);

VB Definition:

Delegate Function HookProc(code As Integer, wParam As IntPtr, lParam As IntPtr) _
   As Integer

Notes:

None.

Documentation
SetWindowsHookEx related documentation on MSDN