C# Class cleanInjector.DWM

Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Méthodes publiques

Méthode Description
GetWindowPlacement ( IntPtr hWnd, WindowPlacement &placement ) : bool

Private Methods

Méthode Description
DwmQueryThumbnailSourceSize ( IntPtr HThumbnail, Size &size ) : int
DwmRegisterThumbnail ( IntPtr dest, IntPtr source, IntPtr &hthumbnail ) : int
DwmUnregisterThumbnail ( IntPtr HThumbnail ) : int
DwmUpdateThumbnailProperties ( IntPtr HThumbnail, ThumbnailProperties &props ) : int
FindWindow ( string classname, string title ) : IntPtr
GetWindow ( IntPtr hWnd, GetWindowCmd uCmd ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
GetWindowRect ( IntPtr hWnd, Rect &lpRect ) : bool
InternalGetWindowPlacement ( IntPtr hWnd, WindowPlacement &lpwndpl ) : bool

Method Details

GetWindowPlacement() public static méthode

public static GetWindowPlacement ( IntPtr hWnd, WindowPlacement &placement ) : bool
hWnd System.IntPtr
placement WindowPlacement
Résultat bool