UCOMIMoniker.IsRunning(UCOMIBindCtx, UCOMIMoniker, UCOMIMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.