Link to home
Start Free TrialLog in
Avatar of MehrLutz
MehrLutz

asked on

Convert a path string into a ITEMIDLIST structure

I want to select a directory or folder using the function
SHGetPathFromIDList. As you know it is possible to set a root directory in the BROWSEINFO structure. The pidlRoot element of the BROWSEINFO takes a pointer to a ITEMIDLIST, so I want to convert an existing 0-terminated string eg. "C:\DIR1" into an ITEMIDLIST.
ASKER CERTIFIED SOLUTION
Avatar of serge010697
serge010697

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial