File: Windows.Win32.SET_WINDOW_POS_FLAGS.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.WindowsAndMessaging
	{
		[Flags]
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum SET_WINDOW_POS_FLAGS : uint
		{
			SWP_ASYNCWINDOWPOS = 0x00004000,
			SWP_DEFERERASE = 0x00002000,
			SWP_DRAWFRAME = 0x00000020,
			SWP_FRAMECHANGED = 0x00000020,
			SWP_HIDEWINDOW = 0x00000080,
			SWP_NOACTIVATE = 0x00000010,
			SWP_NOCOPYBITS = 0x00000100,
			SWP_NOMOVE = 0x00000002,
			SWP_NOOWNERZORDER = 0x00000200,
			SWP_NOREDRAW = 0x00000008,
			SWP_NOREPOSITION = 0x00000200,
			SWP_NOSENDCHANGING = 0x00000400,
			SWP_NOSIZE = 0x00000001,
			SWP_NOZORDER = 0x00000004,
			SWP_SHOWWINDOW = 0x00000040,
		}
	}
}