IRunningObjectTable.IsRunning(IMoniker) Método

Definição

Determina se o moniker especificado está registrado atualmente na ROT (tabela de objetos em execução).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

Parâmetros

pmkObjectName
IMoniker

Uma referência ao moniker a ser pesquisado na ROT (tabela de objetos em execução).A reference to the moniker to search for in the Running Object Table (ROT).

Retornos

Int32

Um valor HRESULT que indica o êxito ou a falha da operação.An HRESULT value that indicates the success or failure of the operation.

Comentários

Para obter mais informações, consulte método IRunningObjectTable:: Isexecutation.For more information, see IRunningObjectTable::IsRunning method.

Aplica-se a