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

Definición

Determina si el objeto identificado por este moniker está actualmente cargado y en ejecución.

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

Referencia al contexto que se utiliza en esta operación de enlace.

pmkToLeft
IMoniker

Referencia al moniker a la izquierda del actual, si es que éste forma parte de un moniker compuesto.

pmkNewlyRunning
IMoniker

Referencia al último moniker agregado a la tabla de objetos en ejecución (ROT).

Devoluciones

Devuelve un valor S_OKHRESULT si el moniker se está ejecutando; devuelve un valor S_FALSEHRESULT si el moniker no se está ejecutando; o bien, devuelve un valor E_UNEXPECTEDHRESULT.

Comentarios

Para obtener más información, vea Método IMoniker::IsRunning.

Se aplica a