Hi!
I am filtering Non cached I/Os ( Paging I/O also ) Writes in my minifilter driver. I wanted to know the following:
-
whether it is safe to use the value of ValidDataLength to find out the actual data length that is present in the buffer.
-
How to access it safely? Are there any special conditions that i need to look out for?
3.Additionally, is checking the value of ValidDataLength, the correct way of finding the length of data that is in the buffer?
-Ayush Gupta