50 references to IRunningObjectTable
System.Private.Windows.Core (50)
_generated\124\Windows.Win32.IBindCtx.g.cs (5)
240
private static winmdroot.Foundation.HRESULT GetRunningObjectTable(IBindCtx* pThis, winmdroot.System.Com.
IRunningObjectTable
** pprot)
264
public unsafe winmdroot.Foundation.HRESULT GetRunningObjectTable(winmdroot.System.Com.
IRunningObjectTable
** pprot)
266
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
IRunningObjectTable
** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBindCtx*)Unsafe.AsPointer(ref this), pprot);
443
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
IRunningObjectTable
** ,winmdroot.Foundation.HRESULT> GetRunningObjectTable_9;
502
unsafe winmdroot.Foundation.HRESULT GetRunningObjectTable(winmdroot.System.Com.
IRunningObjectTable
** pprot);
_generated\157\Windows.Win32.IRunningObjectTable.g.cs (39)
26
:IVTable<
IRunningObjectTable
,
IRunningObjectTable
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint>)lpVtbl[1])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint>)lpVtbl[2])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this));
68
private static winmdroot.Foundation.HRESULT Register(
IRunningObjectTable
* pThis, winmdroot.System.Com.ROT_FLAGS grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, uint* pdwRegister)
106
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.ROT_FLAGS ,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IMoniker* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), grfFlags, punkObject, pmkObjectName, pdwRegister);
112
private static winmdroot.Foundation.HRESULT Revoke(
IRunningObjectTable
* pThis, uint dwRegister)
139
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), dwRegister);
145
private static winmdroot.Foundation.HRESULT IsRunning(
IRunningObjectTable
* pThis, winmdroot.System.Com.IMoniker* pmkObjectName)
171
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), pmkObjectName);
177
private static winmdroot.Foundation.HRESULT GetObject(
IRunningObjectTable
* pThis, winmdroot.System.Com.IMoniker* pmkObjectName, winmdroot.System.Com.IUnknown** ppunkObject)
207
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), pmkObjectName, ppunkObject);
223
private static winmdroot.Foundation.HRESULT NoteChangeTime(
IRunningObjectTable
* pThis, uint dwRegister, global::System.Runtime.InteropServices.ComTypes.FILETIME* pfiletime)
252
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), dwRegister, pfiletime);
268
private static winmdroot.Foundation.HRESULT GetTimeOfLastChange(
IRunningObjectTable
* pThis, winmdroot.System.Com.IMoniker* pmkObjectName, global::System.Runtime.InteropServices.ComTypes.FILETIME* pfiletime)
298
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), pmkObjectName, pfiletime);
304
private static winmdroot.Foundation.HRESULT EnumRunning(
IRunningObjectTable
* pThis, winmdroot.System.Com.IEnumMoniker** ppenumMoniker)
330
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), ppenumMoniker);
354
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
356
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint> AddRef_2;
358
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint> Release_3;
360
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.ROT_FLAGS ,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IMoniker* ,uint* ,winmdroot.Foundation.HRESULT> Register_4;
362
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,winmdroot.Foundation.HRESULT> Revoke_5;
364
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT> IsRunning_6;
366
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObject_7;
368
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> NoteChangeTime_8;
370
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> GetTimeOfLastChange_9;
372
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT> EnumRunning_10;
_generated\239\Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Com.
IRunningObjectTable
.Interface.Register(winmdroot.System.Com.ROT_FLAGS, winmdroot.System.Com.IUnknown*, winmdroot.System.Com.IMoniker*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Register(this winmdroot.System.Com.
IRunningObjectTable
.Interface @this, winmdroot.System.Com.ROT_FLAGS grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, out uint pdwRegister)
33
/// <inheritdoc cref="winmdroot.System.Com.
IRunningObjectTable
.Interface.NoteChangeTime(uint, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT NoteChangeTime(this winmdroot.System.Com.
IRunningObjectTable
.Interface @this, uint dwRegister, in global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime)
43
/// <inheritdoc cref="winmdroot.System.Com.
IRunningObjectTable
.Interface.GetTimeOfLastChange(winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(this winmdroot.System.Com.
IRunningObjectTable
.Interface @this, winmdroot.System.Com.IMoniker* pmkObjectName, out global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime)