IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) メソッド

定義

現在のモニカーによって識別されるオブジェクトが現在読み込まれて実行されているかどうかを判断します。

public:
 int IsRunning(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkNewlyRunning);
public int IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker pmkNewlyRunning);
public int IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker? pmkNewlyRunning);
abstract member IsRunning : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsRunning (pbc As IBindCtx, pmkToLeft As IMoniker, pmkNewlyRunning As IMoniker) As Integer

パラメーター

pbc
IBindCtx

このバインド操作で使用するバインド コンテキストへの参照。

pmkToLeft
IMoniker

現在のモニカーが複合の一部である場合、現在のモニカーの左側にあるモニカーへの参照。

pmkNewlyRunning
IMoniker

実行中のオブジェクト テーブル (ROT) に最近追加されたモニカーへの参照。

返品

モニカーが実行されている場合は S_OKHRESULT 値。モニカーが実行されていない場合は S_FALSEHRESULT 値、または E_UNEXPECTEDHRESULT 値。

注釈

詳細については、「 IMoniker::IsRunning メソッド」を参照してください。

適用対象