SidebarLibrary.Win32.WindowsAPI.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int Width, int Height, uint flags ) : bool
hWnd System.IntPtr
hWndInsertAfter System.IntPtr
x int
y int
Width int
Height int
flags uint
return bool
		static public extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int Width, int Height, uint flags);
		[DllImport("user32.dll", CharSet=CharSet.Auto)]