UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回对与此绑定进程相关的运行对象表 (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
。