How to get all the entries in registry
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How can I get the list of all the entries in the registry? My idea is to search each entry in the registry for a particular string. any one can help me??? Thank you.
Hi, you can use RegOpenKey(..) in loop , see MSDN for more help , u will find multible Registry functions to retrieve data from registry .. hatem