Does Everything support IShellBrowser

Plug-in and third party software discussion.
Post Reply
donotbugme
Posts: 43
Joined: Mon Oct 16, 2017 10:33 am

Does Everything support IShellBrowser

Post by donotbugme »

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!
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Does Everything support IShellBrowser

Post by void »

Everything doesn't have an IShellBrowser interface.

The Data Object has:

HDROP and SHELLIDLIST

HDROP would be the fastest to get the paths.
Post Reply