IBindCtx.GetRunningObjectTable(IRunningObjectTable) Método

Definición

Devuelve el acceso a la tabla de objetos en ejecución (ROT) pertinente para este proceso de enlace.

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)

Parámetros

pprot
IRunningObjectTable

Cuando este método devuelve, contiene una referencia a la tabla de objetos en ejecución (ROT). Este parámetro se pasa sin inicializar.

Comentarios

Para obtener más información, consulte la documentación existente para IBindCtx::GetRunningObjectTable en MSDN Library.

Se aplica a