共用方式為


IRunningObjectTable.IsRunning(IMoniker) 方法

定義

決定指定的 Moniker 目前是否已在執行物件表格 (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

參數

pmkObjectName
IMoniker

要在執行物件表格 (ROT) 中搜尋之 Moniker 的參考。

傳回

HRESULT 值,指出作業成功或失敗。

備註

如需詳細資訊,請參閱 IRunningObjectTable::IsRunning 方法

適用於