UCOMIRunningObjectTable Interface

Definition

Caution

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

Use IRunningObjectTable instead.

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
Attributes

Remarks

For more information, please see the existing documentation for IRunningObjectTable in the com subfolder of the MSDN library.

Methods

EnumRunning(UCOMIEnumMoniker)

Enumerates the objects currently registered as running.

GetObject(UCOMIMoniker, Object)

Returns the registered object if the supplied object name is registered as running.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Searches for this moniker in the ROT and reports the recorded time of change, if present.

IsRunning(UCOMIMoniker)

Determines if the specified moniker is currently registered in the Running Object Table.

NoteChangeTime(Int32, FILETIME)

Makes a note of the time that a particular object has changed so IMoniker::GetTimeOfLastChange can report an appropriate change time.

Register(Int32, Object, UCOMIMoniker, Int32)

Registers that the supplied object has entered the running state.

Revoke(Int32)

Unregisters the specified object from the ROT.

Applies to