C# Class PointerDeviceDriver.HookEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Свойство Type Description
Code int
lParam System.IntPtr
wParam System.IntPtr

Private Properties

Свойство Type Description
HookEventArgs System

Private Methods

Méthode Description
HookEventArgs ( int Code, IntPtr wParam, IntPtr lParam ) : System

Property Details

Code public_oe property

public int Code
Résultat int

lParam public_oe property

public IntPtr,System lParam
Résultat System.IntPtr

wParam public_oe property

public IntPtr,System wParam
Résultat System.IntPtr