Sdílet prostřednictvím


IRunningObjectTable.IsRunning(IMoniker) Metoda

Definice

Určuje, zda je zadaný moniker aktuálně registrován v tabulce běžících objektů (ROT).

public:
 int IsRunning(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkObjectName);
public int IsRunning (System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName);
abstract member IsRunning : System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsRunning (pmkObjectName As IMoniker) As Integer

Parametry

pmkObjectName
IMoniker

Odkaz na moniker, který chcete vyhledat v tabulce běžících objektů (ROT).

Návraty

Hodnota HRESULT , která označuje úspěch nebo selhání operace.

Poznámky

Další informace najdete v tématu Metoda IRunningObjectTable::IsRunning.

Platí pro