4 implementations of GetDataHere
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
214public HRESULT GetDataHere(FORMATETC* pformatetc, STGMEDIUM* pmedium) => _nativeDataObject.GetDataHere(pformatetc, pmedium);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
100public HRESULT GetDataHere(FORMATETC* pformatetc, STGMEDIUM* pmedium)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
64public HRESULT GetDataHere(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
111HRESULT Com.IDataObject.Interface.GetDataHere(Com.FORMATETC* pformatetc, Com.STGMEDIUM* pmedium)
3 references to GetDataHere
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
214public HRESULT GetDataHere(FORMATETC* pformatetc, STGMEDIUM* pmedium) => _nativeDataObject.GetDataHere(pformatetc, pmedium);
Windows.Win32.System_Com_IDataObject_Extensions.g.cs (2)
36 /// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.GetDataHere(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*)"/> 43 winmdroot.Foundation.HRESULT __result = @this.GetDataHere(pformatetcLocal, pmediumLocal);