39 references to IEnumConnectionPoints
System.Windows.Forms.Primitives (39)
Windows.Win32.IConnectionPointContainer.g.cs (5)
58
private static winmdroot.Foundation.HRESULT EnumConnectionPoints(IConnectionPointContainer* pThis, winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
85
public unsafe winmdroot.Foundation.HRESULT EnumConnectionPoints(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
87
return ((delegate *unmanaged [Stdcall]<IConnectionPointContainer*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IConnectionPointContainer*)Unsafe.AsPointer(ref this), ppEnum);
163
internal delegate *unmanaged [Stdcall]<IConnectionPointContainer*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT> EnumConnectionPoints_4;
193
unsafe winmdroot.Foundation.HRESULT EnumConnectionPoints(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum);
Windows.Win32.IEnumConnectionPoints.g.cs (32)
26
:IVTable<
IEnumConnectionPoints
,
IEnumConnectionPoints
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint>)lpVtbl[1])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint>)lpVtbl[2])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this));
68
private static winmdroot.Foundation.HRESULT Next(
IEnumConnectionPoints
* pThis, 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);
104
private static winmdroot.Foundation.HRESULT Skip(
IEnumConnectionPoints
* pThis, uint cConnections)
129
((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), cConnections).ThrowOnFailure();
135
private static winmdroot.Foundation.HRESULT Reset(
IEnumConnectionPoints
* pThis)
157
((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
163
private static winmdroot.Foundation.HRESULT Clone(
IEnumConnectionPoints
* pThis, winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
186
public unsafe void Clone(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum)
188
((delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumConnectionPoints
*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
212
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
214
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint> AddRef_2;
216
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint> Release_3;
218
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.System.Com.IConnectionPoint** ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
220
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
222
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.Foundation.HRESULT> Reset_6;
224
internal delegate *unmanaged [Stdcall]<
IEnumConnectionPoints
*,winmdroot.System.Com.
IEnumConnectionPoints
** ,winmdroot.Foundation.HRESULT> Clone_7;
263
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumConnectionPoints
** ppEnum);
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)