Enumerating Registry sub-keys? 
Author Message
 Enumerating Registry sub-keys?

Hi,

Is there a way to enumerate a key's sub-keys?  I have found a function to
enumerate a key's entries, but not subkeys.  I would like to do this in
either VB5 (or 6) and I'm not worrying about NT in particular.

If someone has experience with this, please respond.

Thanks for any help!
Jeff
--

(remove X to reply)



Sun, 22 Jul 2001 03:00:00 GMT  
 Enumerating Registry sub-keys?
Use the RegEnumKeyEx() API exported by ADVAPI32.

Durk

Quote:

>Is there a way to enumerate a key's sub-keys?  I have found a function to
>enumerate a key's entries, but not subkeys.  I would like to do this in
>either VB5 (or 6) and I'm not worrying about NT in particular.



Mon, 23 Jul 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Enumerating Registry sub-keys?

2. Enumerating Registry sub-keys?

3. find the specify Root key and Sub key from the registry

4. Deleting Registry key and sub-keys?

5. Renaming or copying a registry key and its sub-keys

6. Problem enumerating registry keys on NT

7. enumerating a registry key into a listview - how?

8. Enumerating a Registry key

9. Problem enumerating registry keys on NT

10. enumerating registry keys

11. Enumerate every key in the registry?

12. Enumerating Registry keys with API function call.

 

 
Powered by phpBB® Forum Software