C# Class LitDev.User32

Show file Open project: litdev1/LitDev

Private Methods

Method Description
AllocConsole ( ) : bool
CallNextHookEx ( IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
CreateIconIndirect ( IconInfo &icon ) : SafeIconHandle
DestroyIcon ( IntPtr hIcon ) : bool
DestroyWindow ( IntPtr hWnd ) : IntPtr
EnableMenuItem ( IntPtr hMenu, uint uIDEnableItem, uint uEnable ) : bool
EndDialog ( IntPtr hWnd, IntPtr nResult ) : int
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
FindWindowByCaption ( IntPtr ZeroOnly, string lpWindowName ) : IntPtr
FreeConsole ( ) : bool
GetActiveWindow ( ) : IntPtr
GetClientRect ( IntPtr hWnd, System.Windows.Forms.RECT &rect ) : int
GetConsoleWindow ( ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetIconInfo ( IntPtr hIcon, IconInfo &pIconInfo ) : bool
GetKeyState ( int nVirtKey ) : short
GetModuleHandle ( string lpModuleName ) : IntPtr
GetSystemMenu ( IntPtr hWnd, bool bRevert ) : IntPtr
GetSystemMetrics ( int nIndex ) : int
GetWindowDC ( IntPtr hWnd ) : IntPtr
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &rect ) : int
InvalidateRect ( IntPtr hWnd, IntPtr lpRect, bool bErase ) : bool
PostMessage ( IntPtr hWnd, uint msg, int wParam, int lParam ) : bool
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int
SendMessage ( IntPtr hWnd, UInt32 Msg, bool wParam, Int32 lParam ) : IntPtr
SetActiveWindow ( IntPtr hWnd ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowPos ( IntPtr hWnd, int hWndInsertAfter, int x, int y, int cx, int cy, int wFlags ) : IntPtr
SetWindowsHookEx ( int idHook, LowLevelKeyboardProc lpfn, IntPtr hMod, int dwThreadId ) : IntPtr
ShowWindow ( IntPtr hWnd, ShowWindowCommands nCmdShow ) : bool
UnhookWindowsHookEx ( IntPtr hhk ) : bool