Hi all,
I'm writing an IFS minifilter doing some HSM stuff. Most operations are
queue using FltQueueXXX functions. In worker function changes to files are
done using e.g. FltSetInformation, FltWriteFile. This works very well.
But user mode applications using NtNotifyChangeDirectoryFile or
ReadDirectoryChangesW (e.g. Explorer) are not notified about these changes.
Changes on files triggered from any user mode application are notified!
How can I notify changes from IFS filter (system thread)?