C# Class CodeProject.Win32API.Hook.HookEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

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

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