4 implementations of GetData
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
213
public HRESULT
GetData
(FORMATETC* pformatetcIn, STGMEDIUM* pmedium) => _nativeDataObject.GetData(pformatetcIn, pmedium);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
41
public HRESULT
GetData
(FORMATETC* pformatetcIn, STGMEDIUM* pmedium)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
58
public HRESULT
GetData
(Com.FORMATETC* pformatetcIn, Com.STGMEDIUM* pmedium)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
92
HRESULT 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)
213
public 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);