UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) 方法

定义

返回对与此绑定进程相关的运行对象表 (ROT) 的访问权限。

public:
 void GetRunningObjectTable([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIRunningObjectTable ^ % pprot);
public void GetRunningObjectTable (out System.Runtime.InteropServices.UCOMIRunningObjectTable pprot);
abstract member GetRunningObjectTable : UCOMIRunningObjectTable -> unit
Public Sub GetRunningObjectTable (ByRef pprot As UCOMIRunningObjectTable)

参数

pprot
UCOMIRunningObjectTable

成功返回时对 ROT 的引用。

注解

有关详细信息,请参阅 MSDN 库中 的现有文档 IBindCtx::GetRunningObjectTable

适用于