IRunningObjectTable.IsRunning(IMoniker) Méthode

Définition

Détermine si le moniker spécifié est inscrit dans la table ROT (Running Object Table) actuellement.

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

Paramètres

pmkObjectName
IMoniker

Référence au moniker à rechercher dans la table ROT (Running Object Table).

Retours

Int32

Valeur HRESULT indiquant le succès ou l'échec de l'opération.

Remarques

Pour plus d’informations, consultez la méthode IRunningObjectTable::IsRunning.

S’applique à