C# Class Feedling.Classes.NativeMethods

Afficher le fichier Open project: growse/Feedling

Méthodes publiques

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

Private Methods

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

Method Details

GetWindowLongPtr() public static méthode

public static GetWindowLongPtr ( IntPtr hWnd, int nIndex ) : IntPtr
hWnd System.IntPtr
nIndex int
Résultat System.IntPtr

HideFromAltTab() public static méthode

public static HideFromAltTab ( Window window ) : void
window System.Windows.Window
Résultat void

MakeWindowMovable() public static méthode

public static MakeWindowMovable ( Window window ) : void
window System.Windows.Window
Résultat void

SendWpfWindowBack() public static méthode

public static SendWpfWindowBack ( Window window ) : void
window System.Windows.Window
Résultat void

SetParentWindowToDesktop() public static méthode

public static SetParentWindowToDesktop ( Window window ) : void
window System.Windows.Window
Résultat void

SetWindowLongPtr() public static méthode

public static SetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
Résultat System.IntPtr