I have multiple threads reading data from a file, sometimes it is necessary to write data to this file. If I try to open this file for reading and writing, only one thread executes functions. I read something on the internet that you can do this by sending IRP WRITE. Is it possible?