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.
Am Donnerstag, den 02.07.2009, 09:02 +0200 schrieb Paul Vriens:
There is no need for the RegCloseKey as you are opening a predefined one.
Are you sure? He opens "HKCU\Software\Microsoft\Windows\CurrentVersion \Applets\Regedit"
Regards, Michael Karcher