Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RegDeleteKey function
Message
From
22/09/2000 07:45:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
RegDeleteKey function
Miscellaneous
Thread ID:
00419625
Message ID:
00419625
Views:
70
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)
Next
Reply
Map
View

Click here to load this message in the networking platform