IRunningObjectTable.IsRunning(IMoniker) 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 specified moniker is currently registered in the Running Object Table (ROT).
public:
int IsRunning(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkObjectName);
public int IsRunning (System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName);
abstract member IsRunning : System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsRunning (pmkObjectName As IMoniker) As Integer
Parameters
- pmkObjectName
- IMoniker
A reference to the moniker to search for in the Running Object Table (ROT).
Returns
An HRESULT
value that indicates the success or failure of the operation.
Remarks
For more information, see IRunningObjectTable::IsRunning method.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.