HookProc (Delegates)
Last changed: Nicolas-93.20.31.10

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

C# Definition:

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

VB Definition:

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

Notes:

None.

Documentation
SetWindowsHookEx related documentation on MSDN