// fltkernel.h
BOOLEAN FLTAPI FltFastIoMdlReadComplete(
PFLT_INSTANCE InitiatingInstance,
[in] PFILE_OBJECT FileObject,
[in] PMDL MdlChain
);
View the official Windows Driver Kit DDI referenceNo description available.
The FltFastIoMdlReadComplete routine completes the read operation that the FltFastIoMdlRead routine initiated.
InitiatingInstanceOpaque instance pointer for the caller. This parameter is required and cannot be NULL.
FileObject [in]A pointer to the file object.
MdlChain [in]A pointer to a linked list of memory descriptor lists (MDLs) that the FltFastIoMdlRead routine allocated.
None
The FltFastIoMdlReadComplete routine unlocks the pages in cache memory that the FltFastIoMdlRead routine allocated.