Does Everything SDK can get PIDL?
Does Everything SDK can get PIDL?
Hello, does Everything SDK can get file/directory PIDL? Thanks!
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
Re: Does Everything SDK can get PIDL?
I got it, thanks!