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
ncodeintHook code.
wparamIntPtrMessage identifier or current-process flag.
lparamIntPtrAddress of structure with message data.
Returns
- IntPtr
- Represents a method that will handle application-defined or library-defined callback function the system calls.