C# Class Ypsilon.Core.Windows.MessageHook

Inheritance: IDisposable
Show file Open project: ZaneDubya/YCPU

Public Methods

Method Description
Dispose ( ) : void
MessageHook ( IntPtr hWnd ) : System

Protected Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MessageHook() public method

public MessageHook ( IntPtr hWnd ) : System
hWnd System.IntPtr
return System

WndProcHook() protected method

protected WndProcHook ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : IntPtr
hWnd System.IntPtr
msg uint
wParam System.IntPtr
lParam System.IntPtr
return System.IntPtr