1 implementation of Interface
System.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
13internal unsafe class FormatEnumerator : ComTypes.IEnumFORMATETC, IEnumFORMATETC.Interface, IManagedWrapper<IEnumFORMATETC>
10 references to Interface
System.Private.Windows.Core (10)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
102HRESULT IEnumFORMATETC.Interface.Next(uint celt, FORMATETC* rgelt, uint* pceltFetched) 128HRESULT IEnumFORMATETC.Interface.Skip(uint celt) => (HRESULT)Skip((int)celt); 130HRESULT IEnumFORMATETC.Interface.Reset() => (HRESULT)Reset(); 132HRESULT IEnumFORMATETC.Interface.Clone(IEnumFORMATETC** ppenum)
Windows.Win32.IEnumFORMATETC.g.cs (4)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 108 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 139 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 167 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.Interface.Next(uint, winmdroot.System.Com.FORMATETC*, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumFORMATETC.Interface @this, Span<winmdroot.System.Com.FORMATETC> rgelt, uint* pceltFetched)