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