39 references to IEnumConnectionPoints
System.Windows.Forms.Primitives (39)
_generated\118\Windows.Win32.IConnectionPointContainer.g.cs (5)
60
private static winmdroot.Foundation.HRESULT EnumConnectionPoints(IConnectionPointContainer* pThis, winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
87
public unsafe winmdroot.Foundation.HRESULT EnumConnectionPoints(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
89
return ((delegate *unmanaged [Stdcall]<IConnectionPointContainer*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IConnectionPointContainer*)Unsafe.AsPointer(ref this), ppEnum);
168
internal delegate *unmanaged [Stdcall]<IConnectionPointContainer*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT> EnumConnectionPoints_4;
198
unsafe winmdroot.Foundation.HRESULT EnumConnectionPoints(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum);
_generated\119\Windows.Win32.IEnumConnectionPoints.g.cs (32)
27
:winmdroot.IVTable<
IEnumConnectionPoints
,
IEnumConnectionPoints
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint>)lpVtbl[1])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint>)lpVtbl[2])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this));
71
private static winmdroot.Foundation.HRESULT Next(
IEnumConnectionPoints
* pThis, uint cConnections, winmdroot.System.Com.IConnectionPoint** ppCP, uint* pcFetched)
101
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.System.Com.IConnectionPoint** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), cConnections, ppCP, pcFetched);
107
private static winmdroot.Foundation.HRESULT Skip(
IEnumConnectionPoints
* pThis, uint cConnections)
132
((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), cConnections).ThrowOnFailure();
138
private static winmdroot.Foundation.HRESULT Reset(
IEnumConnectionPoints
* pThis)
160
((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
166
private static winmdroot.Foundation.HRESULT Clone(
IEnumConnectionPoints
* pThis, winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
189
public unsafe void Clone(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
191
((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
217
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
219
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint> AddRef_2;
221
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint> Release_3;
223
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.System.Com.IConnectionPoint** ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
225
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
227
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.Foundation.HRESULT> Reset_6;
229
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT> Clone_7;
268
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum);
_generated\479\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)