pvriens@xs4all.nl wrote:
trace:shell:SHELL_GetPathFromIDListA -- F:\temp, 0x00000000
...
trace:shell:SHGetPathFromIDListW -- L"F:\temp", 0x00000000
The main difference (apart from the A/W) is that SHGetPathFromIDListW returns an extra backslash compared to the A-counterpart.
If you mean a double backslash in the 2nd line of the above quote then it's just the escaping which debugtsr_w() performs.