Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.WinApi.
public static class Gregor.Core.WinApi.User32 Custom Attributes: Gregor.Core.Module() Description:
public User32() Custom Attributes: Description:
public const System.Int32 DCX_INTERSECTRGN = 128 Custom Attributes: Description:
public const System.Int32 DCX_WINDOW = 1 Custom Attributes: Description:
public const System.Int32 GWL_EXSTYLE = -20 Custom Attributes: Description:
public const System.Int32 GWL_STYLE = -16 Custom Attributes: Description:
public const System.Int32 HWND_NOTOPMOST = -2 Custom Attributes: Description:
public const System.Int32 MF_SEPARATOR = 2048 Custom Attributes: Description:
public const System.Int32 MF_STRING = 0 Custom Attributes: Description:
public const System.Int32 SWP_DRAWFRAME = 32 Custom Attributes: Description:
public const System.Int32 SWP_NOMOVE = 2 Custom Attributes: Description:
public const System.Int32 SWP_NOSIZE = 1 Custom Attributes: Description:
public const System.Int32 SWP_NOZORDER = 4 Custom Attributes: Description:
public const System.Int32 WM_ACTIVATE = 6 Custom Attributes: Description:
public const System.Int32 WM_CHAR = 258 Custom Attributes: Description:
public const System.Int32 WM_CLOSE = 16 Custom Attributes: Description:
public const System.Int32 WM_COMMAND = 273 Custom Attributes: Description:
public const System.Int32 WM_DEADCHAR = 259 Custom Attributes: Description:
public const System.Int32 WM_DESTROY = 2 Custom Attributes: Description:
public const System.Int32 WM_KEYDOWN = 256 Custom Attributes: Description:
public const System.Int32 WM_KEYUP = 257 Custom Attributes: Description:
public const System.Int32 WM_LBUTTONDBLCLK = 515 Custom Attributes: Description:
public const System.Int32 WM_LBUTTONDOWN = 513 Custom Attributes: Description:
public const System.Int32 WM_LBUTTONUP = 514 Custom Attributes: Description:
public const System.Int32 WM_MBUTTONDOWN = 519 Custom Attributes: Description:
public const System.Int32 WM_MBUTTONUP = 520 Custom Attributes: Description:
public const System.Int32 WM_MOUSEMOVE = 512 Custom Attributes: Description:
public const System.Int32 WM_MOVE = 3 Custom Attributes: Description:
public const System.Int32 WM_MOVING = 534 Custom Attributes: Description:
public const System.Int32 WM_NCACTIVATE = 134 Custom Attributes: Description:
public const System.Int32 WM_NCLBUTTONDBLCLK = 163 Custom Attributes: Description:
public const System.Int32 WM_NCLBUTTONDOWN = 161 Custom Attributes: Description:
public const System.Int32 WM_NCLBUTTONUP = 162 Custom Attributes: Description:
public const System.Int32 WM_NCMBUTTONDBLCLK = 169 Custom Attributes: Description:
public const System.Int32 WM_NCMBUTTONDOWN = 167 Custom Attributes: Description:
public const System.Int32 WM_NCMBUTTONUP = 168 Custom Attributes: Description:
public const System.Int32 WM_NCPAINT = 133 Custom Attributes: Description:
public const System.Int32 WM_NCRBUTTONDBLCLK = 166 Custom Attributes: Description:
public const System.Int32 WM_NCRBUTTONDOWN = 164 Custom Attributes: Description:
public const System.Int32 WM_NCRBUTTONUP = 165 Custom Attributes: Description:
public const System.Int32 WM_PARENTNOTIFY = 528 Custom Attributes: Description:
public const System.Int32 WM_RBUTTONDOWN = 516 Custom Attributes: Description:
public const System.Int32 WM_RBUTTONUP = 517 Custom Attributes: Description:
public const System.Int32 WM_SIZE = 5 Custom Attributes: Description:
public const System.Int32 WM_SIZING = 532 Custom Attributes: Description:
public const System.Int32 WM_SYSCOMMAND = 274 Custom Attributes: Description:
public const System.Int32 WS_BORDER = 8388608 Custom Attributes: Description:
public const System.Int32 WS_CAPTION = 12582912 Custom Attributes: Description:
public const System.Int32 WS_CHILDWINDOW = 1073741824 Custom Attributes: Description:
public const System.Int32 WS_CLIPCHILDREN = 33554432 Custom Attributes: Description:
public const System.Int32 WS_CLIPSIBLINGS = 67108864 Custom Attributes: Description:
public const System.Int32 WS_DLGFRAME = 4194304 Custom Attributes: Description:
public const System.Int32 WS_EX_CLIENTEDGE = 512 Custom Attributes: Description:
public const System.Int32 WS_EX_WINDOWEDGE = 256 Custom Attributes: Description:
public const System.Int32 WS_OVERLAPPED = 0 Custom Attributes: Description:
public const System.Int32 WS_THICKFRAME = 262144 Custom Attributes: Description:
extern static public System.Boolean AnimateWindow(System.IntPtr hWnd, System.Int32 dwTime, Gregor.Core.WinApi.User32.AnimateWindowFlags flags) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="AnimateWindow", CharSet=1, SetLastError=true, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.Boolean AppendMenu(System.IntPtr hMenu, System.Int32 uFlags, System.Int32 uIdNewItem, System.String sNewItem) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="AppendMenu", CharSet=3, SetLastError=false, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.IntPtr GetDCEx(System.IntPtr hWnd, System.IntPtr hClipRegion, System.Int32 dwFlags) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="GetDCEx", CharSet=1, SetLastError=true, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.IntPtr GetSystemMenu(System.IntPtr hWnd, System.Boolean fRevert) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="GetSystemMenu", CharSet=1, SetLastError=false, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.Int32 GetWindowLong(System.IntPtr hWnd, System.Int32 nIndex) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="GetWindowLong", CharSet=1, SetLastError=false, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.Int32 ReleaseDC(System.IntPtr hWnd, System.IntPtr hDC) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="ReleaseDC", CharSet=1, SetLastError=false, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.Int32 SetWindowLong(System.IntPtr hWnd, System.Int32 nIndex, System.Int32 dwNewLong) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="SetWindowLong", CharSet=1, SetLastError=false, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
extern static public System.Int32 SetWindowPos(System.IntPtr hWnd, System.IntPtr hWndInsertAfter, System.Int32 x, System.Int32 y, System.Int32 cx, System.Int32 cy, System.UInt32 uFlags) Custom Attributes: System.Runtime.InteropServices.PreserveSig(), System.Runtime.InteropServices.DllImport(Value="user32", EntryPoint="SetWindowPos", CharSet=1, SetLastError=false, ExactSpelling=false, PreserveSig=true, CallingConvention=1, BestFitMapping=false, ThrowOnUnmappableChar=false) Description:
System.Runtime.InteropServices.DllImportAttribute