Condividi tramite


IRunningObjectTable.IsRunning(IMoniker) Metodo

Definizione

Determina se il moniker specificato è attualmente registrato nella tabella di oggetti in esecuzione (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 in Running Object Table (ROT).

Valori restituiti

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

Commenti

Per altre informazioni, vedere Metodo IRunningObjectTable::IsRunning.

Si applica a