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: Running Object Table) に最後に追加されたモニカーへの参照。

戻り値

モニカーが実行中の場合は S_OKHRESULT 値。モニカーが実行されていない場合は S_FALSEHRESULT 値。それ以外の場合は E_UNEXPECTEDHRESULT 値。

注釈

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

適用対象