Thread: IRP loop back
View Single Post
  #5  
Old 01-25-2005, 19:06
hajir
 
Posts: n/a
I think, you can create a linked list to store information about the incoming IRPs, such as FileObject, FileName, other flags & status. Later, in the next incoming IRPs, you can check some of infos in the linked list and decide to pass the IRP to the lower level driver or not.
Reply With Quote