Tagged Questions
The pidls tag has no wiki summary.
2
votes
2answers
554 views
Recognize Windows Shell Special Folder (i.e. get its CSIDL) via its pIDL (Now determine if pIDLs are equal with C#)
I have a situation where I want to perform special processing on some Windows shell special folders (those corresponding to values in the CSIDL enum.) (My solution must be WinXP compatible.) The ...
1
vote
1answer
86 views
Acquire IPropertySetStorage for File in Recycle Bin
I'm attempting to enumerate file properties from files (Title, Author, etc) and have found that enumerating files in the Recycle Bin in particular are being problematic. However, having identified ...
1
vote
3answers
390 views
Persist a pidl (ITEMIDLIST)
I'd like to persist pidls between sessions, so that my application can remember the users' folder selections, wherever they may be in the namespace, even if they're not file-system folders.
I have a ...
0
votes
1answer
819 views
How to get a LPITEMIDLIST pointer according to the path of a folder?
I want to get the system icon of a specified folder, but maybe the only way to retrieve the icon is to use SHGetFileInfo() method. The first parameter of SHGetFileInfo() method is a pointer of ...