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

EndPaint() private method

private EndPaint ( IntPtr hWnd, PAINTSTRUCT &ps ) : bool
hWnd System.IntPtr
ps PAINTSTRUCT
return bool
		public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]