find key name if a value name is known in VS2005

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

How do I find the Key Name if a Value Name (String Name) is known?
For example:
I have a Value Name (String Name) "MyValueName" somewhere under the Key Name
"SOFTWARE\\ATI". ATI has nested keys

+SOFTWARE
+ATI
+KeyA
+KeyB
+KeyB1
+KeyB2
+KeyC
 
There is on direct API or support to do that. You need to write code
which finds/reads all keys, it's sub-keys and values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top