Page 1 of 1

Does Everything SDK can get PIDL?

Posted: Fri May 31, 2019 9:18 am
by kaifuzi
Hello, does Everything SDK can get file/directory PIDL? Thanks!

Re: Does Everything SDK can get PIDL?

Posted: Fri May 31, 2019 9:19 am
by void
No.

Please use ILCreateFromPathW to create a PIDL from the full path and filename:
https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/nf-shlobj_core-ilcreatefrompathw

Re: Does Everything SDK can get PIDL?

Posted: Mon Jun 03, 2019 8:51 am
by kaifuzi
I got it, thanks!