4 implementations of QueryGetData
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
215
public HRESULT
QueryGetData
(FORMATETC* pformatetc) => _nativeDataObject.QueryGetData(pformatetc);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
162
public HRESULT
QueryGetData
(FORMATETC* pformatetc)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
70
public HRESULT
QueryGetData
(Com.FORMATETC* pformatetc)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
132
HRESULT Com.IDataObject.Interface.
QueryGetData
(Com.FORMATETC* pformatetc) => (HRESULT)QueryGetData(ref *(FORMATETC*)pformatetc);
3 references to QueryGetData
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
215
public HRESULT QueryGetData(FORMATETC* pformatetc) => _nativeDataObject.
QueryGetData
(pformatetc);
Windows.Win32.System_Com_IDataObject_Extensions.g.cs (2)
49
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.
QueryGetData
(winmdroot.System.Com.FORMATETC*)"/>
54
winmdroot.Foundation.HRESULT __result = @this.
QueryGetData
(pformatetcLocal);