C# 클래스 MS.Win32.SafeNativeMethods

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

비공개 메소드들

메소드 설명
FindWindow ( [ className, [ windowName ) : IntPtr
GetSystemMetrics ( int metric ) : int
GetWindowLong ( NativeMethods hWnd, int nIndex ) : int
GetWindowRect ( IntPtr hwnd, NativeMethods &rect ) : bool
GetWindowRect ( NativeMethods hwnd, NativeMethods &rc ) : bool
IsWindowEnabled ( IntPtr hWnd ) : bool
IsWindowEnabled ( NativeMethods hwnd ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
MoveWindow ( [ handle, [ iX, [ iY, [ iWidth, [ iHeight, [ bRepaint ) : int
SetProcessDPIAware ( ) : bool