HookProc (Delegates)
Last changed: -67.168.202.202

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

C# Definition:

delegate int HookProc(int code, IntPtr 1, IntPtr 2);

VB Definition:

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

Notes:

None.

Documentation
SetWindowsHookEx related documentation on MSDN