// fltkernel.h
VOID FLTAPI FltFreeDeferredIoWorkItem(
[in] PFLT_DEFERRED_IO_WORKITEM FltWorkItem
);
View the official Windows Driver Kit DDI reference
No description available.
The FltFreeDeferredIoWorkItem routine frees a work item allocated by the FltAllocateDeferredIoWorkItem routine.
FltWorkItem
[in]Opaque pointer to the work item to be freed.
None
FltFreeDeferredIoWorkItem frees an opaque FLT_DEFERRED_IO_WORKITEM structure that was allocated by a previous call to FltAllocateDeferredIoWorkItem. The freed memory is returned to nonpaged pool.
The FLT_DEFERRED_IO_WORKITEM structure is opaque: that is, its members are reserved for system use.