C# Class CodeProject.Win32API.Hook.HookEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Properties

Property Type Description
code int
lParam System.IntPtr
wParam System.IntPtr

Private Methods

Method Description
HookEventArgs ( int code, IntPtr wParam, IntPtr lParam ) : System

Property Details

code public_oe property

public int code
return int

lParam public_oe property

public IntPtr,System lParam
return System.IntPtr

wParam public_oe property

public IntPtr,System wParam
return System.IntPtr