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
12 references to Interface
System.Private.Windows.Core (12)
_generated\139\Windows.Win32.IEnumFORMATETC.g.cs (4)
87
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
123
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
154
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
182
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\232\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.
Interface
.Next(uint, winmdroot.System.Com.FORMATETC*, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumFORMATETC.
Interface
@this, Span<winmdroot.System.Com.FORMATETC> rgelt, out uint pceltFetched)
37
/// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.
Interface
.Next(uint, winmdroot.System.Com.FORMATETC*, uint*)"/>
38
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumFORMATETC.
Interface
@this, Span<winmdroot.System.Com.FORMATETC> rgelt)
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)