Does Everything SDK can get PIDL?
-
kaifuzi
- Posts: 19
- Joined: Thu May 30, 2019 12:53 am
Does Everything SDK can get PIDL?
Hello, does Everything SDK can get file/directory PIDL? Thanks!
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Does Everything SDK can get PIDL?
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
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
-
kaifuzi
- Posts: 19
- Joined: Thu May 30, 2019 12:53 am
Re: Does Everything SDK can get PIDL?
I got it, thanks!