58 references to IConnectionPoint
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (3)
45IConnectionPoint* connectionPoint = null; 95private sealed class ConnectionHandle : AgileComPointer<IConnectionPoint> 100public ConnectionHandle(IConnectionPoint* connectionPoint, object sink)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1421using ComScope<IConnectionPoint> connectionPoint = new(null);
System.Windows.Forms.Primitives (53)
Windows.Win32.IConnectionPoint.g.cs (31)
26 :IVTable<IConnectionPoint,IConnectionPoint.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IConnectionPoint*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,uint>)lpVtbl[1])((IConnectionPoint*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,uint>)lpVtbl[2])((IConnectionPoint*)Unsafe.AsPointer(ref this)); 68 private static winmdroot.Foundation.HRESULT GetConnectionInterface(IConnectionPoint* pThis, global::System.Guid* pIID) 97 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IConnectionPoint*)Unsafe.AsPointer(ref this), pIID); 103 private static winmdroot.Foundation.HRESULT GetConnectionPointContainer(IConnectionPoint* pThis, winmdroot.System.Com.IConnectionPointContainer** ppCPC) 132 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IConnectionPointContainer** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IConnectionPoint*)Unsafe.AsPointer(ref this), ppCPC); 148 private static winmdroot.Foundation.HRESULT Advise(IConnectionPoint* pThis, winmdroot.System.Com.IUnknown* pUnkSink, uint* pdwCookie) 178 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IUnknown* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IConnectionPoint*)Unsafe.AsPointer(ref this), pUnkSink, pdwCookie); 184 private static winmdroot.Foundation.HRESULT Unadvise(IConnectionPoint* pThis, uint dwCookie) 210 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IConnectionPoint*)Unsafe.AsPointer(ref this), dwCookie); 216 private static winmdroot.Foundation.HRESULT EnumConnections(IConnectionPoint* pThis, winmdroot.System.Com.IEnumConnections** ppEnum) 242 return ((delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IConnectionPoint*)Unsafe.AsPointer(ref this), ppEnum); 266 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 268 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,uint> AddRef_2; 270 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,uint> Release_3; 272 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetConnectionInterface_4; 274 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IConnectionPointContainer** ,winmdroot.Foundation.HRESULT> GetConnectionPointContainer_5; 276 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IUnknown* ,uint* ,winmdroot.Foundation.HRESULT> Advise_6; 278 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,uint ,winmdroot.Foundation.HRESULT> Unadvise_7; 280 internal delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT> EnumConnections_8;
Windows.Win32.IConnectionPointContainer.g.cs (7)
90 /// <inheritdoc cref="FindConnectionPoint(global::System.Guid*, winmdroot.System.Com.IConnectionPoint**)"/> 91 internal unsafe winmdroot.Foundation.HRESULT FindConnectionPoint(in global::System.Guid riid, winmdroot.System.Com.IConnectionPoint** ppCP) 103 private static winmdroot.Foundation.HRESULT FindConnectionPoint(IConnectionPointContainer* pThis, global::System.Guid* riid, winmdroot.System.Com.IConnectionPoint** ppCP) 131 public unsafe winmdroot.Foundation.HRESULT FindConnectionPoint(global::System.Guid* riid, winmdroot.System.Com.IConnectionPoint** ppCP) 133 return ((delegate *unmanaged [Stdcall]<IConnectionPointContainer*,global::System.Guid* ,winmdroot.System.Com.IConnectionPoint** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IConnectionPointContainer*)Unsafe.AsPointer(ref this), riid, ppCP); 165 internal delegate *unmanaged [Stdcall]<IConnectionPointContainer*,global::System.Guid* ,winmdroot.System.Com.IConnectionPoint** ,winmdroot.Foundation.HRESULT> FindConnectionPoint_5; 196 unsafe winmdroot.Foundation.HRESULT FindConnectionPoint(global::System.Guid* riid, winmdroot.System.Com.IConnectionPoint** ppCP);
Windows.Win32.IEnumConnectionPoints.g.cs (7)
55 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.IConnectionPoint**, uint*)"/> 56 internal unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.IConnectionPoint** ppCP, out uint pcFetched) 68 private static winmdroot.Foundation.HRESULT Next(IEnumConnectionPoints* pThis, uint cConnections, winmdroot.System.Com.IConnectionPoint** ppCP, uint* pcFetched) 96 public unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.IConnectionPoint** ppCP, uint* pcFetched) 98 return ((delegate *unmanaged [Stdcall]<IEnumConnectionPoints*,uint ,winmdroot.System.Com.IConnectionPoint** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumConnectionPoints*)Unsafe.AsPointer(ref this), cConnections, ppCP, pcFetched); 218 internal delegate *unmanaged [Stdcall]<IEnumConnectionPoints*,uint ,winmdroot.System.Com.IConnectionPoint** ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 254 unsafe winmdroot.Foundation.HRESULT Next(uint cConnections, winmdroot.System.Com.IConnectionPoint** ppCP, uint* pcFetched);
Windows.Win32.System_Com_IConnectionPoint_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IConnectionPoint.Interface.GetConnectionInterface(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetConnectionInterface(this winmdroot.System.Com.IConnectionPoint.Interface @this, out global::System.Guid pIID) 33 /// <inheritdoc cref="winmdroot.System.Com.IConnectionPoint.Interface.Advise(winmdroot.System.Com.IUnknown*, uint*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT Advise(this winmdroot.System.Com.IConnectionPoint.Interface @this, winmdroot.System.Com.IUnknown* pUnkSink, out uint pdwCookie)
Windows.Win32.System_Com_IConnectionPointContainer_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IConnectionPointContainer.Interface.FindConnectionPoint(global::System.Guid*, winmdroot.System.Com.IConnectionPoint**)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT FindConnectionPoint(this winmdroot.System.Com.IConnectionPointContainer.Interface @this, in global::System.Guid riid, winmdroot.System.Com.IConnectionPoint** ppCP)
Windows.Win32.System_Com_IEnumConnectionPoints_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IEnumConnectionPoints.Interface.Next(uint, winmdroot.System.Com.IConnectionPoint**, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumConnectionPoints.Interface @this, uint cConnections, winmdroot.System.Com.IConnectionPoint** ppCP, out uint pcFetched)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
54[InlineData(typeof(IConnectionPoint.Interface))]