C# Class BolterLibrary.Imports

Show file Open project: usagiuke/BolterV2

Protected Properties

Property Type Description
Hwnd System.IntPtr

Protected Methods

Method Description
EnumTheWindows ( IntPtr hWnd, IntPtr lParam ) : bool

Private Methods

Method Description
EnumWindows ( EnumWindowsProc enumProc, IntPtr lParam ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder strText, int maxCount ) : int
GetWindowTextLength ( IntPtr hWnd ) : int
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
IsWindowVisible ( IntPtr hWnd ) : bool
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, UIntPtr lParam ) : bool

Method Details

EnumTheWindows() protected static method

protected static EnumTheWindows ( IntPtr hWnd, IntPtr lParam ) : bool
hWnd System.IntPtr
lParam System.IntPtr
return bool

Property Details

Hwnd protected static property

protected static IntPtr,System Hwnd
return System.IntPtr