UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將存取權交回與這個繫結程序相關的執行物件表格 (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
。