Implemented interface member:
method
Next
System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Next(System.Int32, System.Runtime.InteropServices.ComTypes.FORMATETC[], System.Int32[])
1 reference to Next
System.Private.Windows.Core (1)
System\Private\Windows\Ole\FormatEnumerator.cs (1)
118int result = Next((int)celt, elt, pceltFetched is null ? null! : celtFetched);