39 references to IEnumConnections
System.Windows.Forms.Primitives (39)
Windows.Win32.IConnectionPoint.g.cs (5)
216
private static winmdroot.Foundation.HRESULT EnumConnections(IConnectionPoint* pThis, winmdroot.System.Com.
IEnumConnections
** ppEnum)
240
public unsafe winmdroot.Foundation.HRESULT EnumConnections(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);
280
internal delegate *unmanaged [Stdcall]<IConnectionPoint*,winmdroot.System.Com.
IEnumConnections
** ,winmdroot.Foundation.HRESULT> EnumConnections_8;
323
unsafe winmdroot.Foundation.HRESULT EnumConnections(winmdroot.System.Com.
IEnumConnections
** ppEnum);
Windows.Win32.IEnumConnections.g.cs (32)
26
:IVTable<
IEnumConnections
,
IEnumConnections
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IEnumConnections
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumConnections
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint>)lpVtbl[1])((
IEnumConnections
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint>)lpVtbl[2])((
IEnumConnections
*)Unsafe.AsPointer(ref this));
71
private static winmdroot.Foundation.HRESULT Next(
IEnumConnections
* pThis, 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);
108
private static winmdroot.Foundation.HRESULT Skip(
IEnumConnections
* pThis, uint cConnections)
133
((delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumConnections
*)Unsafe.AsPointer(ref this), cConnections).ThrowOnFailure();
139
private static winmdroot.Foundation.HRESULT Reset(
IEnumConnections
* pThis)
161
((delegate *unmanaged [Stdcall]<
IEnumConnections
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumConnections
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
167
private static winmdroot.Foundation.HRESULT Clone(
IEnumConnections
* pThis, winmdroot.System.Com.
IEnumConnections
** ppEnum)
190
public unsafe void Clone(winmdroot.System.Com.
IEnumConnections
** ppEnum)
192
((delegate *unmanaged [Stdcall]<
IEnumConnections
*,winmdroot.System.Com.
IEnumConnections
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumConnections
*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
216
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
218
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint> AddRef_2;
220
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint> Release_3;
222
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint ,winmdroot.System.Com.CONNECTDATA* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
224
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
226
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,winmdroot.Foundation.HRESULT> Reset_6;
228
internal delegate *unmanaged [Stdcall]<
IEnumConnections
*,winmdroot.System.Com.
IEnumConnections
** ,winmdroot.Foundation.HRESULT> Clone_7;
267
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumConnections
** ppEnum);
Windows.Win32.System_Com_IEnumConnections_Extensions.g.cs (2)
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)