File: Windows.Win32.COMMON_DLG_ERRORS.g.cs
Project: src\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj (System.Windows.Forms.Primitives)
// ------------------------------------------------------------------------------
// <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 UI.Controls.Dialogs
	{
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum COMMON_DLG_ERRORS : uint
		{
			CDERR_DIALOGFAILURE = 65535U,
			CDERR_GENERALCODES = 0U,
			CDERR_STRUCTSIZE = 1U,
			CDERR_INITIALIZATION = 2U,
			CDERR_NOTEMPLATE = 3U,
			CDERR_NOHINSTANCE = 4U,
			CDERR_LOADSTRFAILURE = 5U,
			CDERR_FINDRESFAILURE = 6U,
			CDERR_LOADRESFAILURE = 7U,
			CDERR_LOCKRESFAILURE = 8U,
			CDERR_MEMALLOCFAILURE = 9U,
			CDERR_MEMLOCKFAILURE = 10U,
			CDERR_NOHOOK = 11U,
			CDERR_REGISTERMSGFAIL = 12U,
			PDERR_PRINTERCODES = 4096U,
			PDERR_SETUPFAILURE = 4097U,
			PDERR_PARSEFAILURE = 4098U,
			PDERR_RETDEFFAILURE = 4099U,
			PDERR_LOADDRVFAILURE = 4100U,
			PDERR_GETDEVMODEFAIL = 4101U,
			PDERR_INITFAILURE = 4102U,
			PDERR_NODEVICES = 4103U,
			PDERR_NODEFAULTPRN = 4104U,
			PDERR_DNDMMISMATCH = 4105U,
			PDERR_CREATEICFAILURE = 4106U,
			PDERR_PRINTERNOTFOUND = 4107U,
			PDERR_DEFAULTDIFFERENT = 4108U,
			CFERR_CHOOSEFONTCODES = 8192U,
			CFERR_NOFONTS = 8193U,
			CFERR_MAXLESSTHANMIN = 8194U,
			FNERR_FILENAMECODES = 12288U,
			FNERR_SUBCLASSFAILURE = 12289U,
			FNERR_INVALIDFILENAME = 12290U,
			FNERR_BUFFERTOOSMALL = 12291U,
			FRERR_FINDREPLACECODES = 16384U,
			FRERR_BUFFERLENGTHZERO = 16385U,
			CCERR_CHOOSECOLORCODES = 20480U,
		}
	}
}