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

BeginPaint() private method

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