Win32Api and the Registry...
Hello all, I just signed in, looked around the site and thought that this would be an OK place to start to ask a question. I have been working on a program using the DevC++ 4.9.9.2 (BloodShed) compiler with MinGW, I am sure you are aware of it. In the Win32API that comes with the Dev C++ compiler they have the registry functions to allow a 32bit app to add a 64bit key to the registry using the KEY_WRITE ORed with KEY_WOW64_64KEY that is no problem. But the Win32Api does not have the RegDeleteKeyEx() function to allow one to delete a 64bit key from a 32 bit app. So my question is, does some other Win32Api exist, that has the RegDeleteKeyEx() function in it so that I could use it to gain this functionality, and if so, where can it get it?
Thanks for your help.
[781 byte] By [
OldCcoder] at [2007-11-20 0:40:05]
