Partager via


Méthode IWbemPath ::GetKeyList (wmiutils.h)

La méthode IWbemPath ::GetKeyList récupère un pointeur IWbemPathKeyList afin d’accéder à la clé individuelle.

Syntaxe

HRESULT GetKeyList(
  [out] IWbemPathKeyList **pOut
);

Paramètres

[out] pOut

Pointeur vers un objet IWbemPathKeyList .

Valeur retournée

Cette méthode retourne une valeur HRESULT qui indique le statut de l'appel de méthode.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête wmiutils.h
Bibliothèque Wbemuuid.lib
DLL Wmiutils.dll

Voir aussi

IWbemPath