C# Class ARCed.Core.Win32.NativeMethods

Static class containing methods that utilize P/Invoke or other unmanaged libraries
Show file Open project: borisblizzard/arcreator

Private Methods

Method Description
AddFontMemResourceEx ( IntPtr pbFont, uint cbFont, IntPtr pdv, [ pcFonts ) : IntPtr
AddFontResourceEx ( string lpszFilename, uint fl, IntPtr pdv ) : int
AllocConsole ( ) : int
CallNextHookEx ( IntPtr hhook, int code, IntPtr wParam, IntPtr lParam ) : IntPtr
DragDetect ( IntPtr hWnd, Point pt ) : bool
GetCurrentThreadId ( ) : int
GetFocus ( ) : IntPtr
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
GetShortPathName ( string lpszLongPath, [ lpszShortPath, uint cchBuffer ) : uint
GetWindowLong ( IntPtr hWnd, int index ) : int
LoadCursorFromFile ( String str ) : IntPtr
PostMessage ( IntPtr hWnd, int msg, uint wParam, uint lParam ) : bool
SendMessage ( IntPtr hWnd, Int32 wMsg, bool wParam, Int32 lParam ) : int
SendMessage ( IntPtr hWnd, int wMsg, uint wParam, uint lParam ) : uint
SetConsoleIcon ( IntPtr hIcon ) : bool
SetFocus ( IntPtr hWnd ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowLong ( IntPtr hWnd, int index, int value ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags ) : int
SetWindowsHookEx ( HookType code, HookProc func, IntPtr hInstance, int threadID ) : IntPtr
ShowScrollBar ( IntPtr hWnd, int wBar, int bShow ) : int
ShowWindow ( IntPtr hWnd, short cmdShow ) : int
UnhookWindowsHookEx ( IntPtr hhook ) : int
WindowFromPoint ( Point point ) : IntPtr
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long