18 references to IDropSource
Microsoft.Private.Windows.Core (18)
Windows.Win32.IDropSource.g.cs (15)
42
return ((delegate *unmanaged [Stdcall]<
IDropSource
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDropSource
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IDropSource
*,uint>)lpVtbl[1])((
IDropSource
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IDropSource
*,uint>)lpVtbl[2])((
IDropSource
*)Unsafe.AsPointer(ref this));
65
return ((delegate *unmanaged [Stdcall]<
IDropSource
*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDropSource
*)Unsafe.AsPointer(ref this), fEscapePressed, grfKeyState);
81
return ((delegate *unmanaged [Stdcall]<
IDropSource
*,winmdroot.System.Ole.DROPEFFECT ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDropSource
*)Unsafe.AsPointer(ref this), dwEffect);
105
internal delegate *unmanaged [Stdcall]<
IDropSource
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
107
internal delegate *unmanaged [Stdcall]<
IDropSource
*,uint> AddRef_2;
109
internal delegate *unmanaged [Stdcall]<
IDropSource
*,uint> Release_3;
111
internal delegate *unmanaged [Stdcall]<
IDropSource
*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.HRESULT> QueryContinueDrag_4;
113
internal delegate *unmanaged [Stdcall]<
IDropSource
*,winmdroot.System.Ole.DROPEFFECT ,winmdroot.Foundation.HRESULT> GiveFeedback_5;
Windows.Win32.PInvokeCore.OLE32.dll.g.cs (3)
73
/// <inheritdoc cref="DoDragDrop(winmdroot.System.Com.IDataObject*, winmdroot.System.Ole.
IDropSource
*, winmdroot.System.Ole.DROPEFFECT, winmdroot.System.Ole.DROPEFFECT*)"/>
75
internal static unsafe winmdroot.Foundation.HRESULT DoDragDrop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.Ole.
IDropSource
* pDropSource, winmdroot.System.Ole.DROPEFFECT dwOKEffects, out winmdroot.System.Ole.DROPEFFECT pdwEffect)
101
internal static extern unsafe winmdroot.Foundation.HRESULT DoDragDrop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.Ole.
IDropSource
* pDropSource, winmdroot.System.Ole.DROPEFFECT dwOKEffects, winmdroot.System.Ole.DROPEFFECT* pdwEffect);