IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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_OK
HRESULT
si el moniker se está ejecutando; devuelve un valor S_FALSE
HRESULT
si el moniker no se está ejecutando; o bien, devuelve un valor E_UNEXPECTED
HRESULT
.
Comentarios
Para obtener más información, vea Método IMoniker::IsRunning.