39 references to IEnumConnections
System.Windows.Forms.Primitives (39)
_generated\117\Windows.Win32.IConnectionPoint.g.cs (5)
220 private static winmdroot.Foundation.HRESULT EnumConnections(IConnectionPoint* pThis, winmdroot.System.Com.IEnumConnections** ppEnum) 244 public unsafe winmdroot.Foundation.HRESULT EnumConnections(winmdroot.System.Com.IEnumConnections** ppEnum) 246 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IConnectionPoint*)Unsafe.AsPointer(ref this), ppEnum); 286 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT> EnumConnections_8; 329 unsafe winmdroot.Foundation.HRESULT EnumConnections(winmdroot.System.Com.IEnumConnections** ppEnum);
_generated\120\Windows.Win32.IEnumConnections.g.cs (32)
27 :winmdroot.IVTable<IEnumConnections,IEnumConnections.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IEnumConnections*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumConnections*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IEnumConnections*,uint>)lpVtbl[1])((IEnumConnections*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IEnumConnections*,uint>)lpVtbl[2])((IEnumConnections*)Unsafe.AsPointer(ref this)); 73 private static winmdroot.Foundation.HRESULT Next(IEnumConnections* pThis, 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); 110 private static winmdroot.Foundation.HRESULT Skip(IEnumConnections* pThis, uint cConnections) 135 ((delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumConnections*)Unsafe.AsPointer(ref this), cConnections).ThrowOnFailure(); 141 private static winmdroot.Foundation.HRESULT Reset(IEnumConnections* pThis) 163 ((delegate *unmanaged [Stdcall]<IEnumConnections*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumConnections*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 169 private static winmdroot.Foundation.HRESULT Clone(IEnumConnections* pThis, winmdroot.System.Com.IEnumConnections** ppEnum) 192 public unsafe void Clone(winmdroot.System.Com.IEnumConnections** ppEnum) 194 ((delegate *unmanaged [Stdcall]<IEnumConnections*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumConnections*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 220 internal delegate *unmanaged [Stdcall]<IEnumConnections*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 222 internal delegate *unmanaged [Stdcall]<IEnumConnections*,uint> AddRef_2; 224 internal delegate *unmanaged [Stdcall]<IEnumConnections*,uint> Release_3; 226 internal delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.System.Com.CONNECTDATA* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 228 internal delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 230 internal delegate *unmanaged [Stdcall]<IEnumConnections*,winmdroot.Foundation.HRESULT> Reset_6; 232 internal delegate *unmanaged [Stdcall]<IEnumConnections*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT> Clone_7; 271 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.IEnumConnections** ppEnum);
_generated\480\Windows.Win32.System_Com_IEnumConnections_Extensions.g.cs (2)
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)