File: Windows.Win32.OLECONTF.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 System.Ole
	{
		/// <summary>Indicates the type of objects to be enumerated.</summary>
		/// <remarks>
		/// <para><see href="https://learn.microsoft.com/windows/win32/api/oleidl/ne-oleidl-olecontf">Learn more about this API from docs.microsoft.com</see>.</para>
		/// </remarks>
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum OLECONTF
		{
			/// <summary>Enumerates the embedded objects in the container.</summary>
			OLECONTF_EMBEDDINGS = 1,
			/// <summary>Enumerates the linked objects in the container.</summary>
			OLECONTF_LINKS = 2,
			/// <summary>
			/// <para>Enumerates all objects in the container that are not OLE compound document objects (i.e., objects other than linked or embedded objects). Use this flag to enumerate the container's pseudo-objects.</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/oleidl/ne-oleidl-olecontf#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			OLECONTF_OTHERS = 4,
			/// <summary>
			/// <para>Enumerates only those objects the user is aware of. For example, hidden named-ranges in Microsoft Excel would not be enumerated using this value.</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/oleidl/ne-oleidl-olecontf#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			OLECONTF_ONLYUSER = 8,
			/// <summary>
			/// <para>Enumerates only those linked or embedded objects that are currently in the running state for this container.</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/oleidl/ne-oleidl-olecontf#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			OLECONTF_ONLYIFRUNNING = 16,
		}
	}
}