With # IFilterSample, can anyone make it work?

I am working on creating a custom IFilter for windows for our application. I downloaded the sample code from MS ( MSDN HELP Link ) and followed the exact steps for testing in the readme.txt file and in Windows 7 it never returns search queries or never hits the breakpoint. BUT I can get the filterdump.exe file to see the file. Has anyone got a working version of IFilter?

Thanks Jeff

+3
source share
1 answer

Windows 7 uses windows search , which replaces the search on the Windows desktop. This example is for searching on the Windows desktop. They are not exactly the same.

+2
source

All Articles