Re: regedit: Implement open last key at startup [try 2]
July 2, 2009
7:02 a.m.
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. -- Cheers, Paul.
July 2009
1:13 p.m.
New subject: regedit: Implement open last key at startup [try 2]
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
6111
Age (days ago)
6111
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michael Karcher -
Paul Vriens