I want to use the memory allocated from PagedPool in PostRead.
What should I do?
I want to use FLT_PREOP_SYNCHRONIZE in PreRead,but it can’t be used in asynchronous read(paging read maybe a asynchronous read,right?).
I want to use FltDoCompletionProcessingWhenSafe,but it can’t be used in paging read.