Delegate HookHandler
Represents a method that will handle application-defined or library-defined callback function the system calls.
public delegate IntPtr HookHandler(int ncode, IntPtr wparam, IntPtr lparam)
Parameters
ncode
intHook code.
wparam
IntPtrMessage identifier or current-process flag.
lparam
IntPtrAddress of structure with message data.
Returns
- IntPtr
- Represents a method that will handle application-defined or library-defined callback function the system calls.