File: Windows.Win32.DROPDESCRIPTION.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 UI.Shell
	{
		/// <summary>Describes the image and accompanying text for a drop object.</summary>
		/// <remarks>Some UI coloring is applied to the text in <b>szInsert</b> if used by specifying %1 in <b>szMessage</b>. The characters %% and %1 are the subset of <a href="https://docs.microsoft.com/windows/desktop/api/winbase/nf-winbase-formatmessage">FormatMessage</a> markers that are processed here.</remarks>
		[StructLayout(LayoutKind.Sequential, Pack = 1)]
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal partial struct DROPDESCRIPTION
		{
			/// <summary>
			/// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/api/shlobj_core/ne-shlobj_core-dropimagetype">DROPIMAGETYPE</a></b> A <a href="https://docs.microsoft.com/windows/desktop/api/shlobj_core/ne-shlobj_core-dropimagetype">DROPIMAGETYPE</a> indicating the stock image to use.</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/shlobj_core/ns-shlobj_core-dropdescription#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			internal winmdroot.UI.Shell.DROPIMAGETYPE type;

			/// <summary>
			/// <para>Type: <b>WCHAR[MAX_PATH]</b> Text such as "Move to %1".</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/shlobj_core/ns-shlobj_core-dropdescription#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			internal winmdroot.__char_260 szMessage;

			/// <summary>
			/// <para>Type: <b>WCHAR[MAX_PATH]</b> Text such as "Documents", inserted as specified by <b>szMessage</b>.</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/shlobj_core/ns-shlobj_core-dropdescription#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			internal winmdroot.__char_260 szInsert;
		}
	}
}