Hi, all
In my filter, I open a file for writing using NtOpenFile
with access
GENERIC_READ | GENERIC_WRITE | DELETE.
Then I call IRP_MJ_SET_INFORMATION, FileBasicInformation
(Changing file dates and file attributes)
succeeds on local drives, but for network files fails
with STATUS_ACCESS_DENIED.
OK, then, but what right do I need for successfull
operation ?
L.