5 references to Next
System.Private.Windows.Core (5)
_generated\139\Windows.Win32.IEnumFORMATETC.g.cs (4)
57
/// <inheritdoc cref="
Next
(uint, winmdroot.System.Com.FORMATETC*, uint*)"/>
64
winmdroot.Foundation.HRESULT __result = this.
Next
((uint )rgelt.Length, rgeltLocal, pceltFetchedLocal);
70
/// <inheritdoc cref="
Next
(uint, winmdroot.System.Com.FORMATETC*, uint*)"/>
75
winmdroot.Foundation.HRESULT __result = this.
Next
((uint )rgelt.Length, rgeltLocal, default(uint* ));
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
692
while (enumFORMATETC.Value->
Next
(1, &formatEtc) == HRESULT.S_OK)