IRunningObjectTable.IsRunning(IMoniker) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Valeur HRESULT
indiquant le succès ou l'échec de l'opération.
Remarques
Pour plus d’informations, consultez Méthode IRunningObjectTable ::IsRunning.