IRunningObjectTable.IsRunning(IMoniker) Metodo

Definizione

Determina se il moniker specificato è correntemente registrato nella tabella 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

Parametri

pmkObjectName
IMoniker

Riferimento al moniker da cercare nella tabella ROT.

Restituisce

Un HRESULT che indica l'esito positivo o negativo dell'operazione.

Commenti

Per altre informazioni, vedere Metodo IRunningObjectTable::IsRunning.

Si applica a