http://bugs.winehq.org/show_bug.cgi?id=4096
------- Additional Comments From wine.dev@web.de 2006-29-03 08:04 ------- Created an attachment (id=2165) --> (http://bugs.winehq.org/attachment.cgi?id=2165&action=view) dump IniFileMapping
I ask for your Help to learn, what the different Windows-NT - Versions do with IniFileMapping.
Attached is a big Patch for dlls/kernel32/tests/profile.c (and Makefile.in) that print the things. "shlwapi.dll" is used for SHDeleteKeyA and "advapi32.dll" for the Reg*-Functions.
The test does: - Setup IniFileMapping, default Registry-Entries and a default INI-File - dump all - add a key (redirected) - dump all - add other key (sometimes redirected) - dump all - add other section - dump all - delete the key - dump all - delete the section - dump all
Please Test this on your NT-System and attach the Output to this Bug, when it is not tested for the system you have. Do not forget to explain the system.
Thanks. (binary and examples follow)