C# Class WpfHint2.Win32

Show file Open project: JetBrains/Nitra

Public Methods

Method Description
GetCursorPos ( ) : Point
SetWindowProc ( IntPtr hwnd, Callback newProc ) : IntPtr
SetWindowProc ( IntPtr hwnd, IntPtr newProc ) : IntPtr

Private Methods

Method Description
CallWindowProc ( Callback lpPrevWndFunc, IntPtr hwnd, int msg, int wParam, int lParam ) : int
CallWindowProc ( IntPtr lpPrevWndFunc, IntPtr hwnd, int msg, int wParam, int lParam ) : int
ClientToScreen ( IntPtr hWnd, POINT lpPoint ) : bool
GetAncestor ( IntPtr hwnd, uint gaFlags ) : IntPtr
GetCursorPos ( POINT &lpPoint ) : bool
SetWindowLong ( IntPtr hwnd, int nIndex, int dwNewLong ) : int
WindowFromPoint ( POINT Point ) : IntPtr

Method Details

GetCursorPos() public static method

public static GetCursorPos ( ) : Point
return Point

SetWindowProc() public static method

public static SetWindowProc ( IntPtr hwnd, Callback newProc ) : IntPtr
hwnd System.IntPtr
newProc Callback
return System.IntPtr

SetWindowProc() public static method

public static SetWindowProc ( IntPtr hwnd, IntPtr newProc ) : IntPtr
hwnd System.IntPtr
newProc System.IntPtr
return System.IntPtr