11 references to CONNECTDATA
System.Windows.Forms.Primitives (11)
_generated\120\Windows.Win32.IEnumConnections.g.cs (8)
57
/// <inheritdoc cref="Next(uint, winmdroot.System.Com.
CONNECTDATA
*, uint*)"/>
58
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.
CONNECTDATA
> rgcd, out uint pcFetched)
62
fixed (winmdroot.System.Com.
CONNECTDATA
* rgcdLocal = rgcd)
73
private static winmdroot.Foundation.HRESULT Next(IEnumConnections* pThis, uint cConnections, winmdroot.System.Com.
CONNECTDATA
* rgcd, uint* pcFetched)
102
public unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.
CONNECTDATA
* rgcd, uint* pcFetched)
104
return ((delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.System.Com.
CONNECTDATA
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumConnections*)Unsafe.AsPointer(ref this), cConnections, rgcd, pcFetched);
226
internal delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.System.Com.
CONNECTDATA
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
262
unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.
CONNECTDATA
* rgcd, uint* pcFetched);
_generated\480\Windows.Win32.System_Com_IEnumConnections_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumConnections.Interface.Next(uint, winmdroot.System.Com.
CONNECTDATA
*, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumConnections.Interface @this, Span<winmdroot.System.Com.
CONNECTDATA
> rgcd, out uint pcFetched)
29
fixed (winmdroot.System.Com.
CONNECTDATA
* rgcdLocal = rgcd)