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

SetWindowRgn() private method

private SetWindowRgn ( IntPtr hWnd, IntPtr hRgn, bool redraw ) : bool
hWnd System.IntPtr
hRgn System.IntPtr
redraw bool
return bool
		public static extern bool SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool redraw);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]