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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.