C# Class MS.Win32.SafeNativeMethods

Show file Open project: geeksree/cSharpGeeks Class Usage Examples

Private Methods

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