UCOMIRunningObjectTable 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 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.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
Public Interface UCOMIRunningObjectTable
- 屬性
備註
如需詳細資訊,請參閱 MSDN 連結庫 com 子資料夾中的現有檔 IRunningObjectTable
。
方法
EnumRunning(UCOMIEnumMoniker) |
已淘汰.
列舉目前登錄為執行中的物件。 |
GetObject(UCOMIMoniker, Object) |
已淘汰.
如果提供的物件名稱已登錄為執行中,傳回這個已登錄物件。 |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
已淘汰.
在 ROT 中搜尋這個 Moniker,並且報告變更的記錄時間 (如果有的話)。 |
IsRunning(UCOMIMoniker) |
已淘汰.
判斷指定的 Moniker 目前是否已在執行物件表格中登錄。 |
NoteChangeTime(Int32, FILETIME) |
已淘汰.
註記特定物件變更的時間,以便 |
Register(Int32, Object, UCOMIMoniker, Int32) |
已淘汰.
登錄所提供物件已進入執行狀態。 |
Revoke(Int32) |
已淘汰.
從 ROT 取消登錄指定的物件。 |