UCOMIRunningObjectTable Interface

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt 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
Attributs

Remarques

Pour plus d’informations, consultez la documentation existante de IRunningObjectTable dans le sous-dossier com de MSDN Library.

Méthodes

EnumRunning(UCOMIEnumMoniker)

Énumère les objets actuellement inscrits comme en cours d'exécution.

GetObject(UCOMIMoniker, Object)

Retourne l'objet inscrit si le nom d'objet fourni est inscrit comme en cours d'exécution.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Recherche ce moniker dans la table ROT (Running Object Table) et indique l'heure de modification consignée, le cas échéant.

IsRunning(UCOMIMoniker)

Détermine si le moniker spécifié est inscrit dans la table ROT (Running Object Table) actuellement.

NoteChangeTime(Int32, FILETIME)

Consigne l'heure à laquelle un objet spécifique a été modifié pour que IMoniker::GetTimeOfLastChange indique l'heure de modification appropriée.

Register(Int32, Object, UCOMIMoniker, Int32)

Inscrit que l'objet fourni est en état d'exécution.

Revoke(Int32)

Annule l'inscription de l'objet spécifié dans la table ROT (Running Object Table).

S’applique à