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)]