how to retrieve a program registry key

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
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
Thanks for links and methods!:)

Nico
Topic archived. No new replies allowed.