UCOMIMoniker.IsRunning(UCOMIBindCtx, UCOMIMoniker, UCOMIMoniker) Method

Definition

Determines whether the object that is identified by this moniker is currently loaded and running.

public:
 void IsRunning(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, System::Runtime::InteropServices::UCOMIMoniker ^ pmkToLeft, System::Runtime::InteropServices::UCOMIMoniker ^ pmkNewlyRunning);
public void IsRunning (System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, System.Runtime.InteropServices.UCOMIMoniker pmkNewlyRunning);
abstract member IsRunning : System.Runtime.InteropServices.UCOMIBindCtx * System.Runtime.InteropServices.UCOMIMoniker * System.Runtime.InteropServices.UCOMIMoniker -> unit
Public Sub IsRunning (pbc As UCOMIBindCtx, pmkToLeft As UCOMIMoniker, pmkNewlyRunning As UCOMIMoniker)

Parameters

pbc
UCOMIBindCtx

A reference to the bind context to be used in this binding operation.

pmkToLeft
UCOMIMoniker

A reference to the moniker to the left of this moniker if this moniker is part of a composite.

pmkNewlyRunning
UCOMIMoniker

A reference to the moniker most recently added to the Running Object Table.

Remarks

For more information about IMoniker::IsRunning, see the MSDN Library.

Applies to