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.
 
Back
Top