C# Class phdesign.NppToolBucket.PluginCore.Win32

Show file Open project: phdesign/NppToolBucket

Private Methods

Method Description
CheckMenuItem ( IntPtr hmenu, int uIDCheckItem, int uCheck ) : int
GetMenu ( IntPtr hWnd ) : IntPtr
GetPrivateProfileInt ( string lpAppName, string lpKeyName, int nDefault, string lpFileName ) : int
GetPrivateProfileString ( string lpAppName, string lpKeyName, string nDefault, StringBuilder lpReturnString, int nSize, string lpFileName ) : int
GetPrivateProfileString ( string lpAppName, string lpKeyName, string lpDefault, [ lpReturnedString, uint nSize, string lpFileName ) : uint
SendMessage ( IntPtr hWnd, NppMsg Msg, IntPtr wParam, [ lParam ) : IntPtr
SendMessage ( IntPtr hWnd, NppMsg Msg, IntPtr wParam, int lParam ) : IntPtr
SendMessage ( IntPtr hWnd, NppMsg Msg, int wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, NppMsg Msg, int wParam, LangType &lParam ) : IntPtr
SendMessage ( IntPtr hWnd, NppMsg Msg, int wParam, NppMenuCmd lParam ) : IntPtr
SendMessage ( IntPtr hWnd, NppMsg Msg, int wParam, [ lParam ) : IntPtr
SendMessage ( IntPtr hWnd, NppMsg Msg, int wParam, int lParam ) : IntPtr
SendMessage ( IntPtr hWnd, SciMsg Msg, int wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, SciMsg Msg, int wParam, [ lParam ) : IntPtr
SendMessage ( IntPtr hWnd, SciMsg Msg, int wParam, int lParam ) : IntPtr
SendMessage ( IntPtr hWnd, SciMsg Msg, int wParam, string lParam ) : IntPtr
WritePrivateProfileString ( string lpAppName, string lpKeyName, string lpString, string lpFileName ) : bool