Hi there
I hope someone can help me with this as I'm unable to find the right method to do it. I am currently developing an application that should ,in a part of it, be able to enumerate all the Windows Libraries and display their contents as well. For now I was able to get the included folders for all the standard windows 7 libraries, Documents, Pictures, Videos and Music. The problem is that I don't know how to get the info of custom user libraries as the IShellLibrary::SHLoadLibraryFromKnownFolder needs the specific folder GUID which is not really defined in KnownFolders.h.
I only need to list all libraries names and fetch their respective GUIDs if it's possible.