1 implementation of Interface
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
17internal sealed unsafe partial class FormatEnumerator : ComTypes.IEnumFORMATETC, IEnumFORMATETC.Interface
6 references to Interface
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
106HRESULT IEnumFORMATETC.Interface.Next(uint celt, FORMATETC* rgelt, uint* pceltFetched) 132HRESULT IEnumFORMATETC.Interface.Skip(uint celt) => (HRESULT)Skip((int)celt); 134HRESULT IEnumFORMATETC.Interface.Reset() => (HRESULT)Reset(); 136HRESULT IEnumFORMATETC.Interface.Clone(IEnumFORMATETC** ppenum)
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)