UCOMIRunningObjectTable Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
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.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 pour IRunningObjectTable
dans le sous-dossier com de la bibliothèque MSDN.
Méthodes
EnumRunning(UCOMIEnumMoniker) |
Obsolète.
Énumère les objets actuellement inscrits comme en cours d'exécution. |
GetObject(UCOMIMoniker, Object) |
Obsolète.
Retourne l'objet inscrit si le nom d'objet fourni est inscrit comme en cours d'exécution. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Obsolète.
Recherche ce moniker dans la table ROT (Running Object Table) et indique l'heure de modification consignée, le cas échéant. |
IsRunning(UCOMIMoniker) |
Obsolète.
Détermine si le moniker spécifié est inscrit dans la table ROT (Running Object Table) actuellement. |
NoteChangeTime(Int32, FILETIME) |
Obsolète.
Consigne l'heure à laquelle un objet spécifique a été modifié pour que |
Register(Int32, Object, UCOMIMoniker, Int32) |
Obsolète.
Inscrit que l'objet fourni est en état d'exécution. |
Revoke(Int32) |
Obsolète.
Annule l'inscription de l'objet spécifié dans la table ROT (Running Object Table). |