Managed Windows API
InternalCallback Method (code, wParam, lParam)
NamespacesManagedWinapi.HooksHookInternalCallback(Int32, IntPtr, IntPtr)
Override this method if you want to prevent a call to the CallNextHookEx method or if you want to return a different return value. For most hooks this is not needed.
Declaration Syntax
C#
protected virtual int InternalCallback(
	int code,
	IntPtr wParam,
	IntPtr lParam
)
Parameters
code (Int32)
wParam (IntPtr)
lParam (IntPtr)

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)