Does Everything SDK can get PIDL?

Plug-in and third party software discussion.
Post Reply
kaifuzi
Posts: 19
Joined: Thu May 30, 2019 12:53 am

Does Everything SDK can get PIDL?

Post by kaifuzi »

Hello, does Everything SDK can get file/directory PIDL? Thanks!
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Does Everything SDK can get PIDL?

Post 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
kaifuzi
Posts: 19
Joined: Thu May 30, 2019 12:53 am

Re: Does Everything SDK can get PIDL?

Post by kaifuzi »

I got it, thanks!
Post Reply