Walter oney Programming the Microsoft Windows Driver Model:
Chapter 5 The I/O Request Packet:
Cancelling I/O Requests: From the perspective of your driver, the one thing all the requests have in common is that the stack location you receive points to the same file object in every instance.
what are the points?
what is every instance?