C# Class cleanInjector.DWM

ファイルを表示 Open project: Vipeax/cleanLayer Class Usage Examples

Public Methods

Method Description
GetWindowPlacement ( IntPtr hWnd, WindowPlacement &placement ) : bool

Private Methods

Method 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 method

public static GetWindowPlacement ( IntPtr hWnd, WindowPlacement &placement ) : bool
hWnd System.IntPtr
placement WindowPlacement
return bool