DROPDESCRIPTION
struct DROPDESCRIPTION
Describes the image and accompanying text for a drop object.
using System.CodeDom.Compiler;
using System.Runtime.InteropServices;
namespace Windows.Win32.UI.Shell
{
[StructLayout(LayoutKind.Sequential, Pack = 1)]
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct DROPDESCRIPTION
{
internal DROPIMAGETYPE type;
internal __char_260 szMessage;
internal __char_260 szInsert;
}
}