Hello all,
Is it possible to impersonate a user without supplying user name/password? Basically, I'd like to get the CSIDL_LOCAL_APPDATA
for a user (not the current one) using the ShGetFolderPath()
function. All I currently have is a SID for that user.
Thanks in advance.