FsRtlRegisterFileSystemFilterCallback claims to have been back-ported to windows 2000 sp4 rollup level 1. However when I compile and link it - I get a link error with a missing symbol - is there another library I am supposed to link in order to get this functionality in windows 2000…
There is no separate DDK/WDK for W2K SP4 + URP1, so the symbols are not in the lib package. Thus, if you want to use these functions, you need to dynamically load them (MmGetSystemRoutineAddress.)
Tony
Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com