IBindCtx.GetRunningObjectTable(IRunningObjectTable) Méthode
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.
Retourne l’accès à la table d’objets en cours d’exécution (ROT) pertinente pour ce processus de liaison.
public:
void GetRunningObjectTable([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IRunningObjectTable ^ % pprot);
public void GetRunningObjectTable(out System.Runtime.InteropServices.ComTypes.IRunningObjectTable pprot);
abstract member GetRunningObjectTable : IRunningObjectTable -> unit
Public Sub GetRunningObjectTable (ByRef pprot As IRunningObjectTable)
Paramètres
- pprot
- IRunningObjectTable
Lorsque cette méthode est retournée, contient une référence à la table d’objets en cours d’exécution (ROT). Ce paramètre est passé non initialisé.
Remarques
Pour plus d’informations, consultez la documentation existante pour IBindCtx::GetRunningObjectTable la bibliothèque MSDN.