Does Everything support IShellBrowser interface, or is it limited to just HDROP for context menu shell integration?
I'm currently using HDROP to populate selected files in my shell extension, but wondering if there's a faster way to get the selected file paths. I'm using Everything-1.5.0.1400a.
Thanks!
Does Everything support IShellBrowser
Re: Does Everything support IShellBrowser
Everything doesn't have an IShellBrowser interface.
The Data Object has:
HDROP and SHELLIDLIST
HDROP would be the fastest to get the paths.
The Data Object has:
HDROP and SHELLIDLIST
HDROP would be the fastest to get the paths.