Click to See Complete Forum and Search --> : SHGetSpecialFolderLocation problem


yaniv_av
July 11th, 2007, 10:07 AM
Hi,

The function SHGetSpecialFolderLocation retrieve the location of some special folder for the active session user.
Suppose I want to get that data when running from another user (or from a service)?
If there is some way to get that information globally only by the User-Name?
(Eg. The current active session user name is AAA, and I want to retrieve some folder location of the user BBB)

10X !