C# 클래스 cleanInjector.DWM

파일 보기 프로젝트 열기: Vipeax/cleanLayer 1 사용 예제들

공개 메소드들

메소드 설명
GetWindowPlacement ( IntPtr hWnd, WindowPlacement &placement ) : bool

비공개 메소드들

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

메소드 상세

GetWindowPlacement() 공개 정적인 메소드

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