40 references to IRunningObjectTable
Microsoft.Private.Windows.Core (40)
Windows.Win32.IBindCtx.g.cs (4)
144
public unsafe winmdroot.Foundation.HRESULT GetRunningObjectTable(winmdroot.System.Com.
IRunningObjectTable
** pprot)
146
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
IRunningObjectTable
** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBindCtx*)Unsafe.AsPointer(ref this), pprot);
243
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
IRunningObjectTable
** ,winmdroot.Foundation.HRESULT> GetRunningObjectTable_9;
278
unsafe winmdroot.Foundation.HRESULT GetRunningObjectTable(winmdroot.System.Com.
IRunningObjectTable
** pprot);
Windows.Win32.IRunningObjectTable.g.cs (30)
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));
86
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);
99
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), dwRegister);
111
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), pmkObjectName);
127
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);
152
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), dwRegister, pfiletime);
178
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);
190
return ((delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IRunningObjectTable
*)Unsafe.AsPointer(ref this), ppenumMoniker);
214
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
216
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint> AddRef_2;
218
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint> Release_3;
220
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.ROT_FLAGS ,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IMoniker* ,uint* ,winmdroot.Foundation.HRESULT> Register_4;
222
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,winmdroot.Foundation.HRESULT> Revoke_5;
224
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT> IsRunning_6;
226
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObject_7;
228
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,uint ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> NoteChangeTime_8;
230
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> GetTimeOfLastChange_9;
232
internal delegate *unmanaged [Stdcall]<
IRunningObjectTable
*,winmdroot.System.Com.IEnumMoniker** ,winmdroot.Foundation.HRESULT> EnumRunning_10;
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)