UCOMIRunningObjectTable Rozhraní

Definice

Upozornění

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

Upozornění

Toto rozhraní API je teď zastaralé.

Místo toho použijte 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
Atributy

Poznámky

Další informace najdete v existující dokumentaci pro IRunningObjectTable v podsložce com knihovny MSDN.

Metody

EnumRunning(UCOMIEnumMoniker)

Vytvoří výčet objektů aktuálně zaregistrovaných jako spuštěných.

GetObject(UCOMIMoniker, Object)

Vrátí registrovaný objekt, pokud je zadaný název objektu zaregistrován jako spuštěný.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Vyhledá tento moniker v objektu ROT a hlásí zaznamenaný čas změny, pokud je k dispozici.

IsRunning(UCOMIMoniker)

Určuje, jestli je zadaný moniker aktuálně zaregistrovaný v tabulce spuštěných objektů.

NoteChangeTime(Int32, FILETIME)

Poznamenejte si čas, kdy se konkrétní objekt změnil, aby IMoniker::GetTimeOfLastChange mohl ohlásit vhodný čas změny.

Register(Int32, Object, UCOMIMoniker, Int32)

Zaregistruje, že zadaný objekt byl ve spuštěném stavu.

Revoke(Int32)

Zruší registraci zadaného objektu v objektu ROT.

Platí pro