Namespace: Telerik.WinControlsAssembly: TelerikCommon (in TelerikCommon.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
public delegate int HookProc(
int code,
IntPtr wParam,
IntPtr lParam
) |
| Visual Basic |
|---|
Public Delegate Function HookProc ( _
code As Integer, _
wParam As IntPtr, _
lParam As IntPtr _
) As Integer |
Parameters
- code
- Type: System..::..Int32
- wParam
- Type: System..::..IntPtr
- lParam
- Type: System..::..IntPtr
See Also