I'm currently working on a minifilter driver, and I need to intercept this kind of events :
From what I read, I guess I need to filter IRP_MJ_CREATE, IRP_MJ_READ, IRP_MJ_WRITE, but I need somethings better than a guess.
How can I know precisely which IRP will be send for each events ?
Good luck.