Partager via


Méthode IWbemPathKeyList::MakeSingleton (wmiutils.h)

La méthode IWbemPathKeyList::MakeSingleton détermine si une clé est singleton ou non.

Syntaxe

HRESULT MakeSingleton(
  [in] boolean bSet
);

Paramètres

[in] bSet

Si la valeur est TRUE, la clé devient singleton. Si la valeur est FALSE, la clé n’est plus singleton.

Valeur retournée

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

Spécifications

   
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

Méthode IWbemPathKeyList