File: Windows.Win32.GET_DEVICE_CAPS_INDEX.g.cs
Project: src\src\System.Private.Windows.Core\src\System.Private.Windows.Core.csproj (System.Private.Windows.Core)
// ------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------

#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
	namespace Graphics.Gdi
	{
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum GET_DEVICE_CAPS_INDEX : uint
		{
			DRIVERVERSION = 0U,
			TECHNOLOGY = 2U,
			HORZSIZE = 4U,
			VERTSIZE = 6U,
			HORZRES = 8U,
			VERTRES = 10U,
			BITSPIXEL = 12U,
			PLANES = 14U,
			NUMBRUSHES = 16U,
			NUMPENS = 18U,
			NUMMARKERS = 20U,
			NUMFONTS = 22U,
			NUMCOLORS = 24U,
			PDEVICESIZE = 26U,
			CURVECAPS = 28U,
			LINECAPS = 30U,
			POLYGONALCAPS = 32U,
			TEXTCAPS = 34U,
			CLIPCAPS = 36U,
			RASTERCAPS = 38U,
			ASPECTX = 40U,
			ASPECTY = 42U,
			ASPECTXY = 44U,
			LOGPIXELSX = 88U,
			LOGPIXELSY = 90U,
			SIZEPALETTE = 104U,
			NUMRESERVED = 106U,
			COLORRES = 108U,
			PHYSICALWIDTH = 110U,
			PHYSICALHEIGHT = 111U,
			PHYSICALOFFSETX = 112U,
			PHYSICALOFFSETY = 113U,
			SCALINGFACTORX = 114U,
			SCALINGFACTORY = 115U,
			VREFRESH = 116U,
			DESKTOPVERTRES = 117U,
			DESKTOPHORZRES = 118U,
			BLTALIGNMENT = 119U,
			SHADEBLENDCAPS = 120U,
			COLORMGMTCAPS = 121U,
		}
	}
}