7 references to IRunningObjectTable
Microsoft.VisualStudio.Extensibility.Testing.Xunit (7)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IntegrationHelper.cs (1)
49PInvoke.GetRunningObjectTable(0, out var runningObjectTable);
Windows.Win32.IBindCtx.g.cs (1)
79 void GetRunningObjectTable(out winmdroot.System.Com.IRunningObjectTable pprot);
Windows.Win32.PInvoke.OLE32.dll.g.cs (1)
61 internal static extern winmdroot.Foundation.HRESULT GetRunningObjectTable(uint reserved, out winmdroot.System.Com.IRunningObjectTable pprot);
Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs (4)
22 /// <inheritdoc cref="winmdroot.System.Com.IRunningObjectTable.NoteChangeTime(uint, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/> 23 internal static unsafe void NoteChangeTime(this winmdroot.System.Com.IRunningObjectTable @this, uint dwRegister, in global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime) 31 /// <inheritdoc cref="winmdroot.System.Com.IRunningObjectTable.GetTimeOfLastChange(winmdroot.System.Com.IMoniker, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/> 32 internal static unsafe void GetTimeOfLastChange(this winmdroot.System.Com.IRunningObjectTable @this, winmdroot.System.Com.IMoniker pmkObjectName, out global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime)