C# Class CSharpSlam.MessageBoxHelper.NativeMethods

Show file Open project: samub/CSharpSlam

Private Methods

Method Description
GetCurrentThreadId ( ) : int
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, int uFlags ) : bool
SetWindowsHookEx ( int hook, CenterMessageCallBackDelegate callback, IntPtr hMod, int dwThreadId ) : IntPtr
UnhookWindowsHookEx ( int hhk ) : bool