I’m working on a project for Windows XP SP 2 and above that involves a mini
filter and several of the available callbacks (task control, registry,
etc). It seems to work OK.
The powers that be have asked me to implement it on older O/S versions -
first XP w/no service packs and then Windows 2000 and now (gulp) Windows 98.
I’ve got a legacy style filter that implements my set of filtering routines
partly complete and I think it will work OK on the initial release of XP.
I don’t think the registry callbacks are available on Windows 2000 or 98.
Question: Will the legacy filter (‘sfilter’ style stuff) work on 2000?
Question: Is is possible to filter the registry operations on 2000?
Big question: What works on 98? (Snicker.)
Regards,
Mickey.