4 implementations of GetData
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
213public HRESULT GetData(FORMATETC* pformatetcIn, STGMEDIUM* pmedium) => _nativeDataObject.GetData(pformatetcIn, pmedium);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
41public HRESULT GetData(FORMATETC* pformatetcIn, STGMEDIUM* pmedium)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
58public HRESULT GetData(Com.FORMATETC* pformatetcIn, Com.STGMEDIUM* pmedium)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
92HRESULT Com.IDataObject.Interface.GetData(Com.FORMATETC* pformatetcIn, Com.STGMEDIUM* pmedium)
3 references to GetData
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
213public HRESULT GetData(FORMATETC* pformatetcIn, STGMEDIUM* pmedium) => _nativeDataObject.GetData(pformatetcIn, pmedium);
Windows.Win32.System_Com_IDataObject_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.GetData(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*)"/> 30 winmdroot.Foundation.HRESULT __result = @this.GetData(pformatetcInLocal, pmediumLocal);