Vladimir Pankratov wrote:
Hello.
Open last key at startup.
Changed files: regedit/childwin.c
Thanks.
Hi Vladimir,
Please use a constant instead of hardcoded 260 as suggested by Andre'.
You also should be using the RegCreate variant of the function as this key does not yet exist.
There is no need for the RegCloseKey as you are opening a predefined one.