Partager via


IWbemPathKeyList::SetKey2, méthode (wmiutils.h)

La méthode IWbemPathKeyList::SetKey2 définit la paire nom ou valeur d’une clé à l’aide de variantes. Si la clé existe, elle est remplacée.

Syntaxe

HRESULT SetKey2(
  [in] LPCWSTR wszName,
  [in] ULONG   uFlags,
  [in] ULONG   uCimType,
  [in] VARIANT *pKeyVal
);

Paramètres

[in] wszName

Le nom de la clé peut être NULL.

[in] uFlags

Réservé. Doit être égal à 0 (zéro).

[in] uCimType

Taille CIMTYPE.

[in] pKeyVal

Pointeur vers une variante qui contient les données.

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