Hi all,
I am doing a FS driver and from user space, I am writing some data to file and than setting the file attributes as they where before (like creation, access and write time).
With other Win32 program I am checking the directory changes (ReadDirectoryChangesW) where the file is, with the flag FILE_NOTIFY_CHANGE_LAST_WRITE.
How can I change file data and avoid triggering the FILE_NOTIFY_CHANGE_LAST_WRITE event in my second program?
Regards,
Alec999