C# Class PointerDeviceDriver.HookEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Properties

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

Private Properties

Property Type Description
HookEventArgs System

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