11 references to CONNECTDATA
System.Windows.Forms.Primitives (11)
Windows.Win32.IEnumConnections.g.cs (8)
55
/// <inheritdoc cref="Next(uint, winmdroot.System.Com.
CONNECTDATA
*, uint*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.
CONNECTDATA
> rgcd, out uint pcFetched)
60
fixed (winmdroot.System.Com.
CONNECTDATA
* rgcdLocal = rgcd)
71
private static winmdroot.Foundation.HRESULT Next(IEnumConnections* pThis, uint cConnections, winmdroot.System.Com.
CONNECTDATA
* rgcd, uint* pcFetched)
100
public unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.
CONNECTDATA
* rgcd, uint* pcFetched)
102
return ((delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.System.Com.
CONNECTDATA
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumConnections*)Unsafe.AsPointer(ref this), cConnections, rgcd, pcFetched);
222
internal delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.System.Com.
CONNECTDATA
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
258
unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.
CONNECTDATA
* rgcd, uint* pcFetched);
Windows.Win32.System_Com_IEnumConnections_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumConnections.Interface.Next(uint, winmdroot.System.Com.
CONNECTDATA
*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumConnections.Interface @this, Span<winmdroot.System.Com.
CONNECTDATA
> rgcd, out uint pcFetched)
28
fixed (winmdroot.System.Com.
CONNECTDATA
* rgcdLocal = rgcd)