cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
how to retrieve a program registry key
how to retrieve a program registry key
Dec 16, 2010 at 2:56pm UTC
candinico
(6)
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 UTC
kbw
(9488)
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 UTC
candinico
(6)
Thanks for links and methods!:)
Nico
Topic archived. No new replies allowed.