1 implementation of Next
System.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
102
HRESULT IEnumFORMATETC.Interface.
Next
(uint celt, FORMATETC* rgelt, uint* pceltFetched)
3 references to Next
System.Private.Windows.Core (3)
Windows.Win32.IEnumFORMATETC.g.cs (1)
77
return __object.
Next
(celt, rgelt, pceltFetched);
Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.Interface.
Next
(uint, winmdroot.System.Com.FORMATETC*, uint*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
Next
((uint )rgelt.Length, rgeltLocal, pceltFetched);