Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hallo,

does anyone knows whether a (Win32) API exists to enumerate the "\Session Manager\KnownDlls" keys from the registry?

Thanks for any hint.

Bests
Marc Ochsenmeier
Posted

The same way you would any registry key. You just use RegistryKey.GetValueNames[^] and then use the list of returned names to get that actual values. There is no special API to do this for you.
 
Share this answer
 
Hi Dave,

thanks for your answer.
As a matter of fact, I was looking for a Win32 (C++) solution :-). I know, the API for .NET developers is neat.

Bests
Marc Ochsenmeier
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900