PIDL and IShellFolder
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, The
IShellFolder
interface to Desktop folder can easily be accessed usingSHGetDesktopFolder()
but please tell me how can I retrieve thePIDL
andIShellFolder
interface to any drive (e.g. "C:\") or folder (e.g. "C:\Windows"). Regards, Abhijeet -
Hi, The
IShellFolder
interface to Desktop folder can easily be accessed usingSHGetDesktopFolder()
but please tell me how can I retrieve thePIDL
andIShellFolder
interface to any drive (e.g. "C:\") or folder (e.g. "C:\Windows"). Regards, AbhijeetTake a look at this: Selecting a subfolder from a particular folder.
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]