Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sample code to delete registry keys.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00664517
Message ID:
00665024
Vues:
24
This message has been marked as the solution to the initial question of the thread.
Here ya go;
** Constants
#DEFINE HKEY_LOCAL_MACHINE -2147483646
#DEFINE REG_TEST_KEY "Software\RegTest\Test1\Test2"

** Register the function
DECLARE INTEGER RegDeleteKey IN Win32API; 
  INTEGER iBaseKey,;
  STRING sSubKey

** Call the function
=RegDeleteKey(HKEY_LOCAL_MACHINE, REG_TEST_KEY)
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform