redserpent7 0 Newbie Poster

hi There,

I am currently developing an application which, in part of it, I have to enumerate all the windows 7 libraries and their data (Files & Folders). Currently I've been able to fetch the Included folders of the standard Windows libraries using the SHLoadLibraryFromKnownFolder function. However, this functions needs the KnownFolderID in order to be able to load the desired library. The problem is with Libraries created by the user, as they are not considered as KnownFolders by windows and their IDs are definitely not included in KnownFolders.h and Currently I haven't really find any method in MSDN that enables me to actually enumerate the libraries folder and get the Included Folders for every single library.

Regards