1 implementation of Next
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
106HRESULT IEnumFORMATETC.Interface.Next(uint celt, FORMATETC* rgelt, uint* pceltFetched)
4 references to Next
Microsoft.Private.Windows.Core (4)
_generated\231\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.Interface.Next(uint, winmdroot.System.Com.FORMATETC*, uint*)"/> 31 winmdroot.Foundation.HRESULT __result = @this.Next((uint )rgelt.Length, rgeltLocal, pceltFetchedLocal); 37 /// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.Interface.Next(uint, winmdroot.System.Com.FORMATETC*, uint*)"/> 42 winmdroot.Foundation.HRESULT __result = @this.Next((uint )rgelt.Length, rgeltLocal, default(uint* ));