read registry keys

V

Vlatko Duvnjak

Hi everyone!
I would appreciate very much if someone can point me to a way of finding out
how many Registry subkeys are there for particular registry key.....

I found the way of reading the value for particular subkey,
but I can not find out how many of them are underneath a single key...

If I knew that, I would put all the subkeys in an array, and my problem
would be solved.

I assume the solution should be very simple, but I could not find anything
on the Google.

Thx
 
A

Alf P. Steinbach

* Vlatko Duvnjak:
[off-topic]

Ask in a Windows newsgroup. See the C++ FAQ for newsgroup suggestions.
Your question is off-topic in clc++, where we discuss the C++ language.
 
T

Tomás

Vlatko Duvnjak posted:
Hi everyone!
I would appreciate very much if someone can point me to a way of
finding out how many Registry subkeys are there for particular registry
key.....

I found the way of reading the value for particular subkey,
but I can not find out how many of them are underneath a single key...

If I knew that, I would put all the subkeys in an array, and my problem
would be solved.

I assume the solution should be very simple, but I could not find
anything on the Google.

Thx

You're off-topic here.

Nonetheless, go to "msdn.microsoft.com" and search for "RegOpenKey".

-Tomás
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top