1 implementation of Next
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (1)
25
public unsafe HRESULT
Next
(uint celt, OLEVERB* rgelt, uint* pceltFetched)
3 references to Next
System.Windows.Forms.Primitives (3)
Windows.Win32.IEnumOLEVERB.g.cs (1)
77
return __object.
Next
(celt, rgelt, pceltFetched);
Windows.Win32.System_Ole_IEnumOLEVERB_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.
Next
(uint, winmdroot.System.Ole.OLEVERB*, uint*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
Next
((uint )rgelt.Length, rgeltLocal, pceltFetched);