UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) 方法

定义

返回对与此绑定进程相关的运行对象表 (ROT) 的访问权限。Return access to the Running Object Table (ROT) relevant to this binding process.

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 的引用。On successful return, a reference to the ROT.

注解

有关详细信息,请参阅 IBindCtx::GetRunningObjectTable MSDN library 中的现有文档。For more information, please see the existing documentation for IBindCtx::GetRunningObjectTable in the MSDN library.

适用于