UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) 方法

定義

將存取權交回與這個繫結程序相關的執行物件表格 (Running Object Table,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

適用於