IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se o objeto identificado pelo moniker atual está atualmente carregado e em execução.
public:
int IsRunning(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkNewlyRunning);
public int IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker pmkNewlyRunning);
abstract member IsRunning : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsRunning (pbc As IBindCtx, pmkToLeft As IMoniker, pmkNewlyRunning As IMoniker) As Integer
Parâmetros
- pbc
- IBindCtx
Uma referência ao contexto de associação a ser usado nesta operação de associação.
- pmkToLeft
- IMoniker
Uma referência ao moniker à esquerda do moniker atual se o moniker atual fizer parte de uma composição.
- pmkNewlyRunning
- IMoniker
Uma referência ao moniker adicionado mais recentemente à ROT (Tabela de Objetos em Execução).
Retornos
Um S_OKHRESULT valor se o moniker estiver em execução; um S_FALSEHRESULT valor se o moniker não estiver em execução; ou um E_UNEXPECTEDHRESULT valor.
Comentários
Para obter mais informações, consulte o método IMoniker::IsRunning.