5 references to GetDataHere
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
67
return nativeDataObject.Value->
GetDataHere
(pformatetc, pmedium);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
88
nativeDataObject.Value->
GetDataHere
(&nativeFormat, &nativeMedium).ThrowOnFailure();
System\Private\Windows\Ole\IOleServices.cs (1)
32
/// <inheritdoc cref="IDataObject.
GetDataHere
(FORMATETC*, STGMEDIUM*)"/>
Windows.Win32.IDataObject.g.cs (2)
84
/// <inheritdoc cref="
GetDataHere
(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*)"/>
91
winmdroot.Foundation.HRESULT __result = this.
GetDataHere
(pformatetcLocal, pmediumLocal);