IRunningObjectTable.IsRunning(IMoniker) Méthode

Définition

Détermine si le moniker spécifié est actuellement inscrit dans la table d’objets en cours d’exécution (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

Paramètres

pmkObjectName
IMoniker

Référence au moniker à rechercher dans la table d’objets en cours d’exécution (ROT).

Retours

Valeur HRESULT qui indique la réussite ou l’échec de l’opération.

Remarques

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

S’applique à