4 implementations of GetCanonicalFormatEtc
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
212public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _nativeDataObject.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
192public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
76public HRESULT GetCanonicalFormatEtc(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
89HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
3 references to GetCanonicalFormatEtc
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
212public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _nativeDataObject.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
Windows.Win32.System_Com_IDataObject_Extensions.g.cs (2)
59 /// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.GetCanonicalFormatEtc(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.FORMATETC*)"/> 66 winmdroot.Foundation.HRESULT __result = @this.GetCanonicalFormatEtc(pformatectInLocal, pformatetcOutLocal);