C# Class WpfHint2.Win32

Afficher le fichier Open project: JetBrains/Nitra

Méthodes publiques

Méthode Description
GetCursorPos ( ) : Point
SetWindowProc ( IntPtr hwnd, Callback newProc ) : IntPtr
SetWindowProc ( IntPtr hwnd, IntPtr newProc ) : IntPtr

Private Methods

Méthode 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 méthode

public static GetCursorPos ( ) : Point
Résultat Point

SetWindowProc() public static méthode

public static SetWindowProc ( IntPtr hwnd, Callback newProc ) : IntPtr
hwnd System.IntPtr
newProc Callback
Résultat System.IntPtr

SetWindowProc() public static méthode

public static SetWindowProc ( IntPtr hwnd, IntPtr newProc ) : IntPtr
hwnd System.IntPtr
newProc System.IntPtr
Résultat System.IntPtr