SidebarLibrary.Win32.WindowsAPI.EndPaint C# (CSharp) Метод

EndPaint() приватный Метод

private EndPaint ( IntPtr hWnd, PAINTSTRUCT &ps ) : bool
hWnd System.IntPtr
ps PAINTSTRUCT
Результат bool
		public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]