Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RegDeleteKey function
Message
De
22/09/2000 07:45:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
RegDeleteKey function
Divers
Thread ID:
00419625
Message ID:
00419625
Vues:
71
Hello.
RegDeleteKey allways return 5. Can anybody explain what is the error.. and maybe where can I find error description in future..
Thanks

Declare INTEGER RegDeleteKey ;
IN Win32API ;
INTEGER nHKEY,;
STRING cSubkey

nHKEY = -2147483647
cSubkey = "Software\MYAPP"

?RegDeleteKey(nHKEY,cSubkey)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform