IRunningObjectTable.IsRunning(IMoniker) Método

Definição

Determina se o moniker especificado está registrado atualmente na ROT (tabela de objetos em execução).

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

Parâmetros

pmkObjectName
IMoniker

Uma referência ao moniker a ser pesquisado na ROT (tabela de objetos em execução).

Retornos

Int32

Um valor HRESULT que indica o êxito ou a falha da operação.

Comentários

Para obter mais informações, consulte o método IRunningObjectTable::IsRunning.

Aplica-se a