1 implementation of Interface
System.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
13
internal 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)
102
HRESULT IEnumFORMATETC.
Interface
.Next(uint celt, FORMATETC* rgelt, uint* pceltFetched)
128
HRESULT IEnumFORMATETC.
Interface
.Skip(uint celt) => (HRESULT)Skip((int)celt);
130
HRESULT IEnumFORMATETC.
Interface
.Reset() => (HRESULT)Reset();
132
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)