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á sendo carregado e executado no momento.
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);
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 nessa operação de associação.
- pmkToLeft
- IMoniker
Uma referência ao moniker à esquerda do moniker atual, caso o moniker atual faça parte de uma composição.
- pmkNewlyRunning
- IMoniker
Uma referência ao moniker adicionado mais recentemente à ROT (Tabela de Objetos em Execução).
Retornos
Um valor S_OK
HRESULT
se o moniker estiver em execução, um valor S_FALSE
HRESULT
se o moniker não estiver em execução ou um valor E_UNEXPECTED
HRESULT
.
Comentários
Para obter mais informações, consulte Método IMoniker::IsRunning.