IRunningObjectTable.IsRunning(IMoniker) Method

Definition

Determines whether the specified moniker is currently registered in the Running Object Table (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

Parameters

pmkObjectName
IMoniker

A reference to the moniker to search for in the Running Object Table (ROT).

Returns

An HRESULT value that indicates the success or failure of the operation.

Remarks

For more information, see IRunningObjectTable::IsRunning method.

Applies to