37 references to IEnumMoniker
Microsoft.Private.Windows.Core (37)
_generated\139\Windows.Win32.IEnumMoniker.g.cs (25)
43
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint>)lpVtbl[1])((
IEnumMoniker
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint>)lpVtbl[2])((
IEnumMoniker
*)Unsafe.AsPointer(ref this));
87
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.System.Com.IMoniker** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
98
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), celt);
106
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumMoniker
*)Unsafe.AsPointer(ref this));
118
public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumMoniker
** ppenum)
120
return ((delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumMoniker
*)Unsafe.AsPointer(ref this), ppenum);
146
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
148
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint> AddRef_2;
150
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint> Release_3;
152
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.System.Com.IMoniker** ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
154
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
156
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.Foundation.HRESULT> Reset_6;
158
internal delegate *unmanaged [Stdcall]<
IEnumMoniker
*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT> Clone_7;
184
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.
IEnumMoniker
** ppenum);
_generated\147\Windows.Win32.IMoniker.g.cs (4)
218
public unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker)
220
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IMoniker*)Unsafe.AsPointer(ref this), fForward, ppenumMoniker);
494
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.Foundation.BOOL ,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT> Enum_13;
558
unsafe winmdroot.Foundation.HRESULT Enum(winmdroot.Foundation.BOOL fForward, winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker);
_generated\156\Windows.Win32.IRunningObjectTable.g.cs (4)
192
public unsafe winmdroot.Foundation.HRESULT EnumRunning(winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker)
194
return ((delegate *unmanaged [Stdcall]<IRunningObjectTable*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRunningObjectTable*)Unsafe.AsPointer(ref this), ppenumMoniker);
238
internal delegate *unmanaged [Stdcall]<IRunningObjectTable*,winmdroot.System.Com.
IEnumMoniker
** ,winmdroot.Foundation.HRESULT> EnumRunning_10;
273
unsafe winmdroot.Foundation.HRESULT EnumRunning(winmdroot.System.Com.
IEnumMoniker
** ppenumMoniker);
_generated\232\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)