UCOMIRunningObjectTable Interface

Définition

Attention

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

Utilisez IRunningObjectTable à la place.

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
Attributs

Remarques

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

Méthodes

Nom Description
EnumRunning(UCOMIEnumMoniker)
Obsolète.

Énumère les objets actuellement inscrits en tant qu’exécution.

GetObject(UCOMIMoniker, Object)
Obsolète.

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

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Obsolète.

Recherche ce moniker dans le ROT et signale l’heure enregistrée du changement, le cas échéant.

IsRunning(UCOMIMoniker)
Obsolète.

Détermine si le moniker spécifié est actuellement inscrit dans la table d’objets en cours d’exécution.

NoteChangeTime(Int32, FILETIME)
Obsolète.

Note l’heure à laquelle un objet particulier a changé afin de IMoniker::GetTimeOfLastChange pouvoir signaler une heure de modification appropriée.

Register(Int32, Object, UCOMIMoniker, Int32)
Obsolète.

Enregistre que l’objet fourni a entré l’état en cours d’exécution.

Revoke(Int32)
Obsolète.

Annule l’inscription de l’objet spécifié à partir du ROT.

S’applique à