I want to Read from Registry the Name.how i can do this using VC++ ?
Ex : I have one folder called ABC in Registry under that i have 3 enteries Name , Type, Data.
Now i want to read all Name one by one
Name Type Data
V:\ REG_SZ \\124.158.14.74\CIFS
J:\ REG_SZ \\124.158.14.74\CIFS
In my case Name is nothing but drive name's i want to read it one by one. Any help is appreciated.