IRegistryTools.SetRegistryFromLocalMachineRoot 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éfinit une valeur dans le Registre à partir du registre racine HKLM
public bool SetRegistryFromLocalMachineRoot (string regKeyPath, string regKeyName, object value, bool use64Bit = false);
abstract member SetRegistryFromLocalMachineRoot : string * string * obj * bool -> bool
Public Function SetRegistryFromLocalMachineRoot (regKeyPath As String, regKeyName As String, value As Object, Optional use64Bit As Boolean = false) As Boolean
Paramètres
- regKeyPath
- String
Chemin d’accès à la clé de Registre au format key\subkey\subsubkey
- regKeyName
- String
Nom de la variable sous la clé
- value
- Object
valeur à définir
- use64Bit
- Boolean
facultatif, si la valeur est true, elle utilise le Registre 64 bits ; sinon, la valeur par défaut est 32 bits
Retours
true si défini ou false en cas d’erreur