how to retrieve a program registry key

Dec 16, 2010 at 2:56pm
Hello
i'm still searching a method to retrieving the registry key for a installation program. You have examples or tips?

Thanks in advance, Nico
Dec 17, 2010 at 9:23am
Open the HKEY with RegOpenKeyEx.
Read data with RegQueryValueEx.
Close the HKEY with RegCloseKey.

http://msdn.microsoft.com/en-us/library/ms724871%28v=vs.85%29.aspx
Dec 20, 2010 at 12:11am
Thanks for links and methods!:)

Nico
Topic archived. No new replies allowed.