I am working on a Windows Explorer namespace extension, which is a virtual file system. In this regard, I would like to support the search in the search dialog box available in Windows Explorer.
Currently, I can search by name in the folder I'm standing in, but I would like to be able to search in the full structure as well as in the contents of the virtual file system, and since Windows Explorer cannot do this, I need to connect to the user search provider.
Since this is a virtual file system, it would be useful if I could write a user interface to display the result, but this is not necessary.
The custom explorer namespace extension is written in C #, but the API does not need to be wrapped. Any pointers to API documentation, commercial products and / or samples will be appreciated.
source share