SidebarLibrary.Win32.WindowsAPI.EndPaint C# (CSharp) Méthode

EndPaint() private méthode

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