Hi,
I’m writing a minifilter that run on Windows 7 and XP.
In the PreCleanup I call FltSetInformationFile with FileEndOfFileInformation to set a new EOF. According to the return value the function succeeded but when I later look at the EOF of the file I see that the old EOF is not changed.
This issue happen only on Windows 7 when the file is on network folder.
This work great on XP local+network and on Windows 7 on local folder.
Thanks,
Sagi