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

GetDCEx() private method

private GetDCEx ( IntPtr hWnd, IntPtr hRegion, uint flags ) : IntPtr
hWnd System.IntPtr
hRegion System.IntPtr
flags uint
return System.IntPtr
		public static extern IntPtr GetDCEx(IntPtr hWnd, IntPtr hRegion, uint flags);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]