Can the storport driver know if the Read/Write command request which has come to it, is it because of a Paging out request from the physical RAM or Paging in request to the RAM?
Asked
Active
Viewed 57 times
1 Answers
0
Found out a way to find if the request is from Paging I/O or not. The API is StorPortGetRequestInfo() and in PSTOR_REQUEST_INFO you will get to know what kind of request it is.

nerd
- 339
- 1
- 5
- 16