@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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@msdn related documentation on MSDN
Edit Delegates.HookProc
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.