<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.2.25163.9" />

FORMATETC

struct FORMATETC
Represents a generalized clipboard format.
using System.CodeDom.Compiler; namespace Windows.Win32.System.Com { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct FORMATETC { internal ushort cfFormat; internal unsafe DVTARGETDEVICE* ptd; internal uint dwAspect; internal int lindex; internal uint tymed; } }