C# 클래스 Feedling.Classes.NativeMethods

파일 보기 프로젝트 열기: growse/Feedling

공개 메소드들

메소드 설명
GetWindowLongPtr ( IntPtr hWnd, int nIndex ) : IntPtr
HideFromAltTab ( Window window ) : void
MakeWindowMovable ( Window window ) : void
SendWpfWindowBack ( Window window ) : void
SetParentWindowToDesktop ( Window window ) : void
SetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr

비공개 메소드들

메소드 설명
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
FindWindowEx ( IntPtr parentHandle, IntPtr childAfter, string className, IntPtr windowTitle ) : IntPtr
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
GetWindowLongPtr32 ( IntPtr hWnd, int nIndex ) : IntPtr
GetWindowLongPtr64 ( IntPtr hWnd, int nIndex ) : IntPtr
NativeMethods ( ) : System
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetWindowLong32 ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
SetWindowLongPtr64 ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags ) : bool

메소드 상세

GetWindowLongPtr() 공개 정적인 메소드

public static GetWindowLongPtr ( IntPtr hWnd, int nIndex ) : IntPtr
hWnd System.IntPtr
nIndex int
리턴 System.IntPtr

HideFromAltTab() 공개 정적인 메소드

public static HideFromAltTab ( Window window ) : void
window System.Windows.Window
리턴 void

MakeWindowMovable() 공개 정적인 메소드

public static MakeWindowMovable ( Window window ) : void
window System.Windows.Window
리턴 void

SendWpfWindowBack() 공개 정적인 메소드

public static SendWpfWindowBack ( Window window ) : void
window System.Windows.Window
리턴 void

SetParentWindowToDesktop() 공개 정적인 메소드

public static SetParentWindowToDesktop ( Window window ) : void
window System.Windows.Window
리턴 void

SetWindowLongPtr() 공개 정적인 메소드

public static SetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
리턴 System.IntPtr