UCOMIBindCtx.GetRunningObjectTable(UCOMIRunningObjectTable) メソッド

定義

バインディング プロセスに関連するランニング オブジェクト テーブルへのアクセスを返します。

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 してください。

適用対象