plineham
11-09-2000, 11:19 AM
I am trying to save some registry values on an NT machine but an error keeps occuring. Are they any things I need to be aware of when save registry values on NT - other than NT permissions. The same code works for saving the settings on Windows 98 and 95.
I am using the RegSetValueEx / RegOpenKeyEx and RegCreateKeyEx API calls to open and save the keys. I am saving the keys in an HKEY_CURRENT_USERsoftwaresystemk folder. All values are strings.
Can anyone provide any answers. If you need to see code I will be more than willing to post them.
Thanks
Paul
I am using the RegSetValueEx / RegOpenKeyEx and RegCreateKeyEx API calls to open and save the keys. I am saving the keys in an HKEY_CURRENT_USERsoftwaresystemk folder. All values are strings.
Can anyone provide any answers. If you need to see code I will be more than willing to post them.
Thanks
Paul