Hi All,
I need to convert a paths name to a "ITEMIDLIST",
The paths name is a char[MAX_PATH} type,
I use "pShellFolder->ParseDisplayName "
to convert to "ITEMIDLIST"
but the problem is that is uses a LPWSTR (=unsigned short *) as the paths name,
I found that their a A2W macro to convert for LPSTR to LPWSTR, but it's not recognized,
Any other ideas?
Thanks
mmfried
I need to convert a paths name to a "ITEMIDLIST",
The paths name is a char[MAX_PATH} type,
I use "pShellFolder->ParseDisplayName "
to convert to "ITEMIDLIST"
but the problem is that is uses a LPWSTR (=unsigned short *) as the paths name,
I found that their a A2W macro to convert for LPSTR to LPWSTR, but it's not recognized,
Any other ideas?
Thanks
mmfried