C# Class ATMLUtilitiesLibrary.Win32

Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
Win32 ( ) : System

Private Methods

Method Description
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
GetClassName ( IntPtr hwnd, char className, int maxCount ) : int
GetClientRect ( IntPtr hwnd, System.Windows.Forms.RECT &lpRect ) : int
GetClientRect ( IntPtr hwnd, [ rect ) : int
GetWindow ( IntPtr hwnd, int uCmd ) : IntPtr
GetWindowDC ( IntPtr handle ) : IntPtr
GetWindowRect ( IntPtr hWnd, [ rect ) : bool
InvalidateRect ( IntPtr hwnd, Rectangle &rect, bool bErase ) : bool
IsWindowVisible ( IntPtr hwnd ) : bool
MoveWindow ( IntPtr hwnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
ReleaseDC ( IntPtr handle, IntPtr hDC ) : IntPtr
UpdateWindow ( IntPtr hwnd ) : bool
ValidateRect ( IntPtr hwnd, Rectangle &rect ) : bool

Method Details

Win32() public method

public Win32 ( ) : System
return System