UCOMIRunningObjectTable 介面

定義

警告

Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202

警告

此 API 現已淘汰。

請改用 IRunningObjectTable

public interface class UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
public interface UCOMIRunningObjectTable
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")>]
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
屬性

備註

如需詳細資訊,請參閱 IRunningObjectTable MSDN library 的 com 子資料夾中的現有檔。

方法

EnumRunning(UCOMIEnumMoniker)

列舉目前登錄為執行中的物件。

GetObject(UCOMIMoniker, Object)

如果提供的物件名稱已登錄為執行中,傳回這個已登錄物件。

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

在 ROT 中搜尋這個 Moniker,並且報告變更的記錄時間 (如果有的話)。

IsRunning(UCOMIMoniker)

判斷指定的 Moniker 目前是否已在執行物件表格中登錄。

NoteChangeTime(Int32, FILETIME)

註記特定物件變更的時間,以便 IMoniker::GetTimeOfLastChange 可以報告適當的變更時間。

Register(Int32, Object, UCOMIMoniker, Int32)

登錄所提供物件已進入執行狀態。

Revoke(Int32)

從 ROT 取消登錄指定的物件。

適用於