Dimitrie O. Paun wrote:
Is RegDeleteKey() working to delete an entire tree? I haven't checked the documentation, but I thought we needed to use shell32.SHRegDeleteKey() instead...
The behaviour of RegDeleteKey differs between NT and 9x, so SHDeleteKey and SHDeleteEmptyKey were created to make things consistent... see the remarks section in the MSDN page for RegDeleteKey for more details:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/bas...
Mike