C# Class Ypsilon.Core.Windows.MessageHook

Inheritance: IDisposable
Afficher le fichier Open project: ZaneDubya/YCPU

Méthodes publiques

Méthode Description
Dispose ( ) : void
MessageHook ( IntPtr hWnd ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
WndProcHook ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MessageHook() public méthode

public MessageHook ( IntPtr hWnd ) : System
hWnd System.IntPtr
Résultat System

WndProcHook() protected méthode

protected WndProcHook ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : IntPtr
hWnd System.IntPtr
msg uint
wParam System.IntPtr
lParam System.IntPtr
Résultat System.IntPtr