IRunningObjectTable Interface

Definition

Manages access to the Running Object Table (ROT), a global look-up table. You can get an instance of the interface from the GetRunningObjectTable(IRunningObjectTable) method. For more information, see IRunningObjectTable.

public interface class IRunningObjectTable
public interface class IRunningObjectTable
__interface IRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRunningObjectTable
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRunningObjectTable = interface
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRunningObjectTable = interface
Public Interface IRunningObjectTable
Attributes

Methods

EnumRunning(IEnumMoniker)
GetObject(IMoniker, Object)
GetTimeOfLastChange(IMoniker, FILETIME[])
IsRunning(IMoniker)
NoteChangeTime(UInt32, FILETIME[])
Register(UInt32, Object, IMoniker, UInt32)
Revoke(UInt32)

Applies to