HookProc (Delegates)
Last changed: -67.168.202.202

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

C# Definition:

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

VB Definition:

'Generic signature
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