IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) Método

Definição

Determina se o objeto identificado pelo nome atual está atualmente carregado e a funcionar.

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 ligação a usar nesta operação de ligação.

pmkToLeft
IMoniker

Uma referência ao nome à esquerda do nome atual se este fizer parte de um composto composto.

pmkNewlyRunning
IMoniker

Uma referência ao nome adicionada mais recentemente à Tabela de Objetos em Execução (ROT).

Devoluções

Um S_OKHRESULT valor se o nome estiver a correr; umS_FALSEHRESULTvalor se o nome não estiver a correr; ou um E_UNEXPECTEDHRESULT valor.

Observações

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

Aplica-se a