FYI.
With the W2K KB890859 update a couple of days ago, I found that “x
nt!FsRtl*” is now exporting FsRtlRegisterFileSystemFilterCallbacks function.
I hope that we can now use it in our FSFDs for W2Ks and finally get rid of
hooking to W2K FastIoDispatch equivalents.
Also some other functions (IoAttachDeviceToDeviceStackSafe,
IoEnumerateDeviceObjectList, IoGetLowerDeviceObject,
IoGetDeviceAttachmentBaseRef, IoGetDiskDeviceObject) that were available
only on WXP and later are exported with this kernel patch on W2K too.
WBR Primoz