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

Definição

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_OKHRESULT se o moniker estiver em execução, um valor S_FALSEHRESULT se o moniker não estiver em execução ou um valor E_UNEXPECTEDHRESULT.

Comentários

Para obter mais informações, consulte Método IMoniker::IsRunning.

Aplica-se a