Dear all,
I am modifying a File System Driver written by others. I find that the
dispatch route of IRP_MJ_CREATE will only be called when I first access a
file. After I close the file and reopens the same file again, the dispatch
route will not be executed. Do anybody have any idea why? Is it about
cache?
Steve