C# 클래스 WpfHint2.Win32

파일 보기 프로젝트 열기: JetBrains/Nitra

공개 메소드들

메소드 설명
GetCursorPos ( ) : Point
SetWindowProc ( IntPtr hwnd, Callback newProc ) : IntPtr
SetWindowProc ( IntPtr hwnd, IntPtr newProc ) : IntPtr

비공개 메소드들

메소드 설명
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

메소드 상세

GetCursorPos() 공개 정적인 메소드

public static GetCursorPos ( ) : Point
리턴 Point

SetWindowProc() 공개 정적인 메소드

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

SetWindowProc() 공개 정적인 메소드

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