46 references to IEnumMoniker
System.Private.Windows.Core (46)
_generated\140\Windows.Win32.IEnumMoniker.g.cs (32)
27
:winmdroot.IVTable<
IEnumMoniker
,
IEnumMoniker
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint>)lpVtbl[1])((
IEnumMoniker
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint>)lpVtbl[2])((
IEnumMoniker
*)Unsafe.AsPointer(ref this));
78
private static winmdroot.Foundation.HRESULT Next(
IEnumMoniker
* pThis, uint celt, winmdroot.System.Com.IMoniker** rgelt, [Optional] uint* pceltFetched)
108
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.System.Com.IMoniker** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
114
private static winmdroot.Foundation.HRESULT Skip(
IEnumMoniker
* pThis, uint celt)
139
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), celt);
145
private static winmdroot.Foundation.HRESULT Reset(
IEnumMoniker
* pThis)
167
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumMoniker
*)Unsafe.AsPointer(ref this));
173
private static winmdroot.Foundation.HRESULT Clone(
IEnumMoniker
* pThis, winmdroot.System.Com.
IEnumMoniker
** ppenum)
199
public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumMoniker
** ppenum)
201
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), ppenum);
227
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
229
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint> AddRef_2;
231
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint> Release_3;
233
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.System.Com.IMoniker** ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
235
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
237
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.Foundation.HRESULT> Reset_6;
239
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT> Clone_7;
278
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumMoniker
** ppenum);
_generated\148\Windows.Win32.IMoniker.g.cs (5)
393
private static winmdroot.Foundation.HRESULT Enum(IMoniker* pThis, winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker)
419
public unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker)
421
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IMoniker*)Unsafe.AsPointer(ref this), fForward, ppenumMoniker);
895
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT> Enum_13;
988
unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker);
_generated\157\Windows.Win32.IRunningObjectTable.g.cs (5)
309
private static winmdroot.Foundation.HRESULT EnumRunning(IRunningObjectTable* pThis, winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker)
333
public unsafe winmdroot.Foundation.HRESULT EnumRunning(winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker)
335
return ((delegate *unmanaged [Stdcall]<IRunningObjectTable*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRunningObjectTable*)Unsafe.AsPointer(ref this), ppenumMoniker);
379
internal delegate *unmanaged [Stdcall]<IRunningObjectTable*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT> EnumRunning_10;
430
unsafe winmdroot.Foundation.HRESULT EnumRunning(winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker);
_generated\233\Windows.Win32.System_Com_IEnumMoniker_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.
IEnumMoniker
.Interface.Next(uint, winmdroot.System.Com.IMoniker**, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.
IEnumMoniker
.Interface @this, uint celt, winmdroot.System.Com.IMoniker** rgelt, out uint pceltFetched)
33
/// <inheritdoc cref="winmdroot.System.Com.
IEnumMoniker
.Interface.Next(uint, winmdroot.System.Com.IMoniker**, uint*)"/>
35
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.
IEnumMoniker
.Interface @this, uint celt, winmdroot.System.Com.IMoniker** rgelt)