Share via


IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) Yöntem

Tanım

Geçerli bilinen ad tarafından tanımlanan nesnenin şu anda yüklenip yüklenmediğini ve çalıştırılıp çalıştırılmadığını belirler.

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

Parametreler

pbc
IBindCtx

Bu bağlama işleminde kullanılacak bağlama bağlamı başvurusu.

pmkToLeft
IMoniker

Geçerli takma ad bir bileşik parçasıysa, geçerli bilinen adın solundaki takma ad başvurusu.

pmkNewlyRunning
IMoniker

Çalışan Nesne Tablosu'na (ROT) en son eklenen bilinen adın başvurusu.

Döndürülenler

S_OKHRESULT Bilinen ad çalışıyorsa bir değer; bilinen ad çalışmıyorsa bir S_FALSEHRESULT değer veya bir E_UNEXPECTEDHRESULT değer.

Açıklamalar

Daha fazla bilgi için bkz. IMoniker::IsRunning yöntemi.

Şunlara uygulanır