<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.1.26104.118" />

Windows.Win32.System.Ole.IDropSource

namespace Windows.Win32.System.Ole { internal struct IDropSource : IVTable<IDropSource, IDropSource.Vtbl>, IVTable, IComIID { public unsafe HRESULT QueryInterface(Guid* riid, void** ppvObject); public uint AddRef(); public uint Release(); public HRESULT QueryContinueDrag(BOOL fEscapePressed, MODIFIERKEYS_FLAGS grfKeyState); public HRESULT GiveFeedback(DROPEFFECT dwEffect); public unsafe static void PopulateVTable(Vtbl* vtable); } }